当前位置: 代码迷 >> Iphone >> :IPhone上传图片到服务器
  详细解决方案

:IPhone上传图片到服务器

热度:125   发布时间:2016-04-25 06:46:38.0
求助:IPhone上传图片到服务器
我在网上看到 IPhone上传到服务器用的是PHP的web接收,地址:http://blog.sina.com.cn/s/blog_60b45f230100j4vq.html
我只会asp.net ,请问用ASP.net和IPhone怎么结合实现手机端的图片上传到服务器上?
求助!!!

重点在:if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile))
如何用ASP实现PHP的move_uploaded_file();



------解决方案--------------------
用http 的post不行么?
------解决方案--------------------
在iphone下你可以通过已封装的操作http的类库ASIHttpRequest Post 你要上传的图片到服务器
在服务器端接收并保存
------解决方案--------------------
POST啊,不行吗
  相关解决方案