NSURLConnection chunked encoding upload - How?

前提是你 提交于 2019-12-05 18:49:59

You can do this using ASIHTTPRequest, available here: http://allseeing-i.com/ASIHTTPRequest/How-to-use

Scroll way down to "Streaming request bodies directly from disk"

My experience with the NSURLConnection classes has been awful. They are full of memory leaks.

After much trial and failure, I now use an iPhone compiled version of libcurl; it's far better, see here..

http://www.iphonedevsdk.com/forum/iphone-sdk-development/4580-curl-anyone-using-their-app.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!