在 WP7 中使用 HttpWebRequest 将图像上传到网站
我如何在 WP7 Mango 中使用 HttpWebrequest 将任何图像上传到网站?关于 HttpWebequest 的另一个疑问是我如何在 WP7 Mango 中实现 HttpWebRequest 的安全版本? wp7 中的新附加套接字在通过 HttpWebequest 进行安全数据传输方面是否有任何作用?请帮助我解决这个问题..提前谢谢..
how i can upload any image to a website using HttpWebrequest in WP7 Mango?? and another doubt regarding with HttpWebequest is that how i can achieve the secured version of HttpWebRequest in WP7 Mango?? Does new add-on sockets in wp7 has any role in secured data transfer over HttpWebequest? please help me on this issues.. ThanX in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关使用 HttpWebRequest 上传到服务器的信息,请参阅此问题 。
使用套接字将是一种替代方法,但我会忽略这一点,除非您有特定的要求这样做。
只要您拥有手机可识别的根证书,通过 HTTPS 发送图像应该没有问题。
See this question for uploading to a server using HttpWebRequest.
Using sockets would be an alternative approach, but I would ignore this unless you have a specific requierment to do it this way.
Sending the image over HTTPS should be no problem as long as you have a certificate with a root cert recognised by the phone.