I create an iPhone application where the use should subscribe before using it. While subscribing he should add his picture from the galerie, My problem is how to send that picture to the server side via a POST methode, I'm using restful webservices, and after recuperate it from the server side how can I store it on the server.
Any help would be very appreciated Thank you a lot in advence.
Using
NSMutableURLRequest
you can upload image to server