I am obtaining a recorded video using UIImagePickerController, i got the URL and converted it to data, now I want to upload the video to a server,
As video files take more time to upload, I want to show UIProgressiveView how much content is uploaded, how to achieve this functionality.
I am using ASIFormDataRequest for uploading data to the server.
Please help me in it..
Thanks in advance..
Set your
UIProgressViewas ASIHTTPRequest’s progress delegate:ASIHTTPRequest will call
setProgress:periodically on it.Edit: When uploading, use this instead: