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 | |||||||||
feedback
|
|
The code below uses HTTP POST to post NSData to a webserver. You also need minor knowledge of PHP.
| |||||||||||||||||||
feedback
|
|
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.
| |||||
feedback
|
|
This is a great wrapper, but when posting to a asp.net web page, two additional post values need to be set:
| |||
|
feedback
|
|
This tutorial will help you upload files to a srver | ||||
|
feedback
|
|
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 | ||||
|
feedback
|
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.