Stop Download in the mid of it!
Hello,
Can I allow the user to stop downloading of large file?
for example if the user is downloading a 10MB of file in my app with this:
data = [NSData dataWithContentsOfURL:url];
result = [data writeToFile:file atomically:YES]
the button cannot react with the user "to stop the operation" untill the current file has been downloaded, so can I inforce the file to stop any time?
Kind Regards,
Rabbit
|