how can I upload a file and display the completion on a progress bar?
Asked
Active
Viewed 7,857 times
1 Answers
8
See here for uploading files in general. Then hook its NSURLConnection
s connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:
together with a UIProgressView
.

Community
- 1
- 1

Georg Fritzsche
- 97,545
- 26
- 194
- 236