I have questions: use ASIHTTPRequest to track upload / download.
This is a sample from the ASIHTTPRequest website.
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url]; [request setDownloadProgressDelegate:myProgressIndicator]; [request startSynchronous]; NSLog(@"Max: %f, Value: %f", [myProgressIndicator maxValue],[myProgressIndicator doubleValue]
It says: myProgressIndicator is an NSProgressIndicator.
But it looks like Apple has deprecated the NSProgressIndicator
Check here
So ... how can I find out about the progress of upload / download ???
The question also arises: if the download / download was completed before the task was completed
How can I let a load / load task continue from a breakpoint (breakpoint?)?
Thanks a lot ~
Webber lai
source share