0

I've a Mobile device client to Sharepoint 2010 site . I want to implement resumable download on Mobile device through out of box sp webservices.

Is there any way it can be done using OOB web services or do i need to write a customised SP web service by implementing IHttpHandler interface as i know HTTP supports Accept-Range ,eTag header .

If it possible using OOB web service ,How it can be achieved ...

Thanks

4

1 回答 1

0

仅当服务器支持 HTTP 范围请求时,才可能进行可恢复下载。您也可以为 sharepoint 的 BLOB 对象尝试基于磁盘的缓存。

请参考这个帖子

SharePoint 2010 / IIS 7.5 字节范围请求响应整个文件

如果你能做到这一点,也请在这里发布。我也在寻找这个的解决方案。

于 2012-07-05T07:03:46.847 回答