views:

348

answers:

1

It seems that there is a bug in the NSURLconnection when you are getting multipart files, didReceiveResponse doesn't get called like the docs say between each part (see this). So I think I'm going to parse all of the data that is coming in. The format is text and binary(images) does anyone know of any code already to parse the nsdata object that is sent. Thank You.

+1  A: 

ah, Yeah, it does. You may want to post your code or review the documentation. Perhaps your invoking NSURLConnection incorrectly.

Jordan
Have you done this then, also, were there any problems getting it to work and what would you suggest I check first. Thanks.
Bryan Cimo