how can I upload a file and display 开发者_Go百科the completion on a progress bar?
See here for uploading files in general. Then hook its NSURLConnection
s connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:
together with a UIProgressView
.
精彩评论