Answered by:
How to Upload a File on the Server

Question
-
Hi,
I want to upload a file on the server from Windows Mobile Application. Can anyone please suggest me a way to do so?
Thanks in advance,
Saheli Sur
Monday, February 23, 2015 9:37 AM
Answers
-
Hi,
You need to do a post request to your server.
You can also use HttpClient, Sample Code snippet
Pradeep AJ
- Proposed as answer by Herro wongMicrosoft contingent staff Sunday, March 1, 2015 8:51 AM
- Marked as answer by Jamles Hez Thursday, March 5, 2015 8:08 AM
Monday, February 23, 2015 9:46 AM -
Following links should also help
http://blog.anthonybaker.me/2013/06/how-to-upload-file-from-windows-phone.html
http://stackoverflow.com/questions/19954287/how-to-upload-file-to-server-with-http-post-multipart-form-data/20000831#20000831Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor
- Proposed as answer by Herro wongMicrosoft contingent staff Sunday, March 1, 2015 8:51 AM
- Marked as answer by Jamles Hez Thursday, March 5, 2015 8:08 AM
Monday, February 23, 2015 6:26 PM
All replies
-
Hi,
You need to do a post request to your server.
You can also use HttpClient, Sample Code snippet
Pradeep AJ
- Proposed as answer by Herro wongMicrosoft contingent staff Sunday, March 1, 2015 8:51 AM
- Marked as answer by Jamles Hez Thursday, March 5, 2015 8:08 AM
Monday, February 23, 2015 9:46 AM -
Following links should also help
http://blog.anthonybaker.me/2013/06/how-to-upload-file-from-windows-phone.html
http://stackoverflow.com/questions/19954287/how-to-upload-file-to-server-with-http-post-multipart-form-data/20000831#20000831Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor
- Proposed as answer by Herro wongMicrosoft contingent staff Sunday, March 1, 2015 8:51 AM
- Marked as answer by Jamles Hez Thursday, March 5, 2015 8:08 AM
Monday, February 23, 2015 6:26 PM