Cocoa File Upload with Progress Bar
(This is really a double-whammy in terms of questions, since there really is two serperate questions, but they kinda belong together.) First Question: How would I go about uploading a file (I have an NSData object containing the file's contents already) using POST, while displaying the upload progress in an NSProgressIndicator ? Much like one can do bytesReceived in NSURLDownload , but this time tracking how many bytes have already been sent using POST. Second Question: While I have this NSData Array, I shall be using the code below to send the NSData array. Here, it confuses me how I would