1
vote
2answers
514 views
NSURLConnection chunked encoding upload - How?
I need to create a way to upload a bytestream using chunked encoding.
I have a byte array that contains an audio file, I would like to send that file to a server using a chunked stream. …
0
votes
Objective-C/Cocoa: How do I accept a bad server certificate?
Another option would be to use an alternate connection library.
I am a huge fan of AsyncSocket and it has support for self signed certs
…
