I am trying to upload an image to server using iphone .
I haven’t done it before.
But I am not getting how can i do it.
I know how to add text data on server.
But how to add the image data or an Image to server . Can any one suggest!?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this .
How to upload an image in iPhone application
and this
How can I upload a photo to a server with the iPhone?
EDIT:
Also check out the video :
http://www.youtube.com/watch?v=aQXaJO36I7Y
The kid is explaining the things pretty easily .you can do the thing with that video .
You will also need a php script to parse the image at server side .