NSURLDownload and file resuming
NSURLDownload and file resuming
- Subject: NSURLDownload and file resuming
- From: "Lesin, Vladislav" <email@hidden>
- Date: Tue, 19 Dec 2006 18:29:54 +0300
- Thread-topic: NSURLDownload and file resuming
Hi, all.
I want to download some file from the http server. For this purpose I used the NSURLDownload. But in the case file exist I want to NSURLDownload will resume downloading. Even my program was restarted. How can I do this?
I tried the following:
[theRequest addValue:@"bytes=0-199" forHTTPHeaderField:@"Range"]
to get a piece of file. But this don't work. What's wrong?
Best regards.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden