On 7 Apr '08, at 8:35 AM, Matt Burnett wrote:

I am using NSURLConnection to send large posts (>1MB) to a web server. How can i get the status/progress information for sending the request.

Set the request body to a custom stream implementation, and your stream will get called as the connection reads the data out of it to send over the socket.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to