NSURLConnection status updates
NSURLConnection status updates
- Subject: NSURLConnection status updates
- From: Matt Burnett <email@hidden>
- Date: Mon, 7 Apr 2008 10:35:43 -0500
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.
I can get the progress for receiving the reply with
connection:didReceiveResponse: and connection:didReceiveData:, but i
dont seem to see anything for sending the request. Is there anyway to
do this with out recreating the NSURLConnection class?
_______________________________________________
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