Can anyone provide me some links or examples to upload files to the HTTP server using iphone APIs.
Thanks in Advance, BP
|
Can anyone provide me some links or examples to upload files to the HTTP server using iphone APIs. Thanks in Advance, BP |
|||||||||
|
|
The code below uses HTTP POST to post NSData to a webserver. You also need minor knowledge of PHP.
|
|||||||||||||||||||||
|
|
ASIHTTPRequest is a great wrapper around the network APIs and makes it very easy to upload a file. Here's their example (but you can do this on the iPhone too - we save images to "disk" and later upload them.
|
|||||||||||||
|
|
This is a great wrapper, but when posting to a asp.net web page, two additional post values need to be set:
|
|||
|
|
|
This tutorial will help you upload files to a srver |
||||
|
|
|
I have made a lightweight backup method for the Mobile-AppSales app available at github I wrote about it here http://memention.com/blog/2009/11/22/Lightweight-backup.html Look for the |
||||
|
|
|
I used ASIHTTPRequest a lot like Jane Sales answer but it is not under development anymore and the author suggests using other libraries like AFNetworking.
AFNetworking works great, and let you work with blocks a lot (which is a great relief). Here's an image upload example from their documentation page on github:
|
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.