upload image from iphone to the server folder

前端 未结 2 1045
不知归路
不知归路 2020-11-29 23:49

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

<         


        
2条回答
  •  执笔经年
    2020-11-29 23:58

    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

提交回复
热议问题