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?
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?
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.