
Signature
Joerg Jooss
www.joergjooss.de
news@joergjooss.de
Thanks for your quick answer, but this will not allow me to add more files in
the same post request, neither it will allow me to add more post fields (POST
not GET) in the same request. If I am missing something, please help.
Thanks again.
> > How to programmatically post a file over http through an html form
> > (including more fields than the file itselft) ?
>
> System.Net.WebClient.UploadFile()
>
> Cheers,
Joerg Jooss - 27 Dec 2004 20:27 GMT
> Thanks for your quick answer, but this will not allow me to add more
> files in the same post request, neither it will allow me to add more
> post fields (POST not GET) in the same request. If I am missing
> something, please help.
Yes to all objections -- in this case, you need a full-fledged
multipart/form-data processor. There are open source solutions on the Web,
but unfortunately I don't have a URL at hand right now. Or you write one
yourself using HttpWebRequest ;-)
Cheers,

Signature
Joerg Jooss
www.joergjooss.de
news@joergjooss.de