Hi,
could you please advice how to track progress of file upload to HTTP Server?
I am using NSURLConnection and other classes to solve the task of file upload. But I cann't find out how to track upload progress.
Thanks.
Hi,
could you please advice how to track progress of file upload to HTTP Server?
I am using NSURLConnection and other classes to solve the task of file upload. But I cann't find out how to track upload progress.
Thanks.
I asked something similar awhile back:
http://stackoverflow.com/questions/962076/cfnetwork-http-timeout
I don't know if ASIHTTPRequest has this support built-in yet, and I didn't have a reason back then to switch over, but you may want to check it out and/or contact the authors.