I found few snippet from online to upload image from iphone to the server folder, it\'s showing to use server side scripting eg. use php at server side
<
If you setup your webserver to allow the PUT method you could do this. 99% of web servers only allow the GET and POST methods.
Having never done that, I can't give you much help. Here is a page that I got from google talking about it:
http://www.w3.org/QA/2008/10/understanding-http-put.html