0

Possible Duplicate:
upload image from iphone to the server folder

How to upload image,video,audio or any text format file on server from iphone application?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Viral Narshana
  • 1,855
  • 2
  • 21
  • 45

1 Answers1

0

I'm assuming you want to do an HTTP POST in application/x-www-form-urlencoded format or multipart/form-data format. You should have a look at the ASIHTTPRequest library.

In particular, this section will help with POST uploads.

pwc
  • 7,043
  • 3
  • 29
  • 32