I need to create a way to load a byte using encoded encoding.
I have an array of bytes that contains an audio file, I would like to send this file to the server using a stream with channels.
I was able to boot using my own socket, but I would like to do it through one of the NSURL libraries (NSURLConnection?). Is it possible?
Thanks!
objective-c iphone cocoa chunked-encoding
chews
source share