Sunday, October 4, 2009

Easy HTTP file upload on iPhone SDK using wrapper

Took a while to find but eventually I did.
ASIHTTPRequest is a wrapper that makes it alot easier to deal with HTTP requests.

Found it here:
http://stackoverflow.com/questions/936855/file-upload-to-http-server-in-iphone-programming

Official website:
http://allseeing-i.com/ASIHTTPRequest/