Re: NSURLConnection status updates

2008-04-07 Thread Jens Alfke
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 conne

NSURLConnection status updates

2008-04-07 Thread Matt Burnett
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 fo