Solved - sorta (Was: NSURLConnection & NSInputStream issue)

2008-12-16 Thread David LeBer
On 15-Dec-08, at 4:45 PM, David LeBer wrote: Hello all, I have a requirement where I need to send a chunked file (about 2MB at a time) to a server. Each chunk is embedded as a base64 encoded string in the body of an HTML POST request. I'm working on a proof of concept dev spike and I've

NSURLConnection & NSInputStream issue

2008-12-15 Thread David LeBer
Hello all, I have a requirement where I need to send a chunked file (about 2MB at a time) to a server. Each chunk is embedded as a base64 encoded string in the body of an HTML POST request. I'm working on a proof of concept dev spike and I've got this code which fails: - (void) callUplo