How to upload an image in windows phone application?
How to upload image using HttpWebRequest or anything else plus I have to display results from the website in my appli开发者_JAVA技巧cation. Please help...
There's an example of how to do this which include for both the client and server at http://chriskoenig.net/2011/08/19/upload-files-from-windows-phone/
You can use WebClient.FileUpload
to upload images
精彩评论