1

how can I upload a file and display the completion on a progress bar?

Comma
  • 1,567
  • 3
  • 15
  • 22

1 Answers1

8

See here for uploading files in general. Then hook its NSURLConnections connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite: together with a UIProgressView.

Community
  • 1
  • 1
Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236