stan
stan

Reputation: 53

How do I post a single file to an asp.net webform from windows forms?

How do I post a single file to an asp.net webform from c# windows forms?

Upvotes: 1

Views: 167

Answers (1)

lo5
lo5

Reputation: 460

You can do this using System.Net.WebClient.

See the sample on this MSDN page: WebClient.UploadData method (System.Net)

Upvotes: 1

Related Questions