Does anyone have a working example using HttpWebRequest in C# to submit a file from the local drive to a multipart/form-data web form?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
it is WAY easier to do this with WebClient
If it needs to be httpwebrequest I can put something together for you (it is possible), but it will be more like 50 lines then 5 |
|||
|
|