WGET: filling forms: solved!

2002-10-30 Thread Gitanjali Yadav
Thanks! i was able to overcome the obstacle using curl.Its a wonderful command! I got to learn a lot too. regards Gitanjali On Wed, 30 Oct 2002, Daniel Stenberg wrote: > On Wed, 30 Oct 2002, Gitanjali Yadav wrote: > > > i'm trying to use wget to speed up my submission of forms at a remote > > s

Re: WGET: filling forms

2002-10-29 Thread Daniel Stenberg
On Wed, 30 Oct 2002, Gitanjali Yadav wrote: > i'm trying to use wget to speed up my submission of forms at a remote > server. The form i need to successfully fill using wget has an ENCTYPE= > multi-part/form data and METHOD=POST AFAIK, wget can't do that. Try curl for this => http://curl.haxx.se/

WGET: filling forms

2002-10-29 Thread Gitanjali Yadav
hullo everyone, i'm trying to use wget to speed up my submission of forms at a remote server. The form i need to successfully fill using wget has an ENCTYPE= multi-part/form data and METHOD=POST When i run my wget script, it says "submission accepted Invalid call (wrong CGI method), i.e. not POST