I would like to upload images along with a couple fields of data to a server from my app. How can I do that?
Asked
Active
Viewed 612 times
1
-
1Have you tried anything yet? Have you started using anything such as NSURLConnection or ASIHttpRequest? – Joe Jun 28 '11 at 13:20
-
I was going to use a POST request with NSURLConnection, but I didn't know how to make a data object out of multiple images. – Andrew Jun 28 '11 at 13:45
-
Please find the link http://stackoverflow.com/questions/5442653/upload-alasset-url-images-to-the-server – Prasad_R Jun 28 '11 at 13:42
1 Answers
0
many web services do that like JSON Soap rest, you should learn to program a web service along with programming iOS.

user784625
- 1,928
- 5
- 24
- 38