How to download data from internet with resume option..?

Posted by jeeva on Stack Overflow See other posts from Stack Overflow or by jeeva
Published on 2010-05-13T01:44:04Z Indexed on 2010/05/13 1:54 UTC
Read the original article Hit count: 276

Filed under:
|
|

Hi,

i am downloading content from server to my app. i am using NSUrlConnection to that in response i am getting data and i am storing that. But if user quits the app while downloading when he launches app next time i have to resume that download from where it stop(download remaining part). how to support this ... is any idea on how to handle this ....

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about nsurlconnection