Hello Guys,
There are different issues while uploading a video to a server.
-videoSize video Quality.
Now uploading depends on internet speed and file sizes and it can take almost a minute to upload a video.
Developers use Activity Indicator but that doesn't help user to show "How much time will he/she has to wait."
ASIFORMDATA REQUEST has a method which will help user and give a estimation or a progress Bar.
So, You just have to apply a small line of code and give a progress Bar in your xib file.
[request setUploadProgressDelegate:progressUploading];
progressUploading is the name of the ProgressBar
I hope it helps you well.
0 Comment(s)