将图像文件上传到iPhone中的网络服务?
我尝试将图像与“uniqueIdentifier”、“tophonenumber”、“fromphonenumber”、“key”一起上传到网络服务,
这是我的网址
我收到响应,因为上传失败。 ...
你能给我解决方案吗
i'm try to upload the image to webservice along with "uniqueIdentifier","to phonenumber","from phonenumber","key"
this is the my url
i got response as upload fail.....
Can you please give me the solution
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用 ASHTTPRequest 和 ASIFormDataRequest。请参阅此 Link1 和 链接2。
谢谢!
You should use ASHTTPRequest and ASIFormDataRequest. Refer this Link1 and Link2.
Thanks!