Reputation: 53
How do I post a single file to an asp.net webform from c# windows forms?
Upvotes: 1
Views: 167
Reputation: 460
You can do this using System.Net.WebClient.
See the sample on this MSDN page: WebClient.UploadData method (System.Net)
Upvotes: 1