Programmatically submit a form
- by Fabian Vilers
Hi all,
I've seen a tons of sample to how to programmatically submit a form (in .NET) but none of them has the specific requirements I need.
The case I'm working on has a query string (http://.../index=?p=update), some hidden fields and a upload file.
Does anyone has managed to submit this kind of form with a webrequest?
Thanks a lot in advance,
Fabian