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