How do I post a single file to an asp.net webform from windows forms?
How do开发者_StackOverflow社区 I post a single file to an asp.net webform from c# windows forms?
You can do this using System.Net.WebClient.
See the sample on this MSDN page: WebClient.UploadData method (System.Net)
精彩评论