Re: NSURLConnection status updates
Re: NSURLConnection status updates
- Subject: Re: NSURLConnection status updates
- From: Jens Alfke <email@hidden>
- Date: Mon, 7 Apr 2008 21:51:06 -0700
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 (email@hidden)
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:
This email sent to email@hidden