How do I post a single file to an asp.net webform from c# windows forms?
+1
A:
You can do this using System.Net.WebClient.
See the sample on this MSDN page: WebClient.UploadData method (System.Net)
Schemer
2010-04-27 03:11:20
@schemer: thanks for the link, but in the future, please don't post .NET 1.1 links unless the question is specific to .NET 1.1.
John Saunders
2010-04-28 11:09:29