how can I upload a file and display the completion on a progress bar?
A:
See here for uploading files in general. Then hook its NSURLConnections connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite: together with a UIProgressView.
Georg Fritzsche
2010-05-06 05:19:10