Programmatically submit a form
Posted
by Fabian Vilers
on Stack Overflow
See other posts from Stack Overflow
or by Fabian Vilers
Published on 2009-07-23T14:55:19Z
Indexed on
2010/04/23
2:13 UTC
Read the original article
Hit count: 589
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
© Stack Overflow or respective owner