gr0f has asked for the wisdom of the Perl Monks concerning the following question:
This of course works fine in the bowser, but as you guessed it, doesn't work in LWP. Once executed, the website gave me an error with regards to an incorrect byte count. I can only assume that LWP is ignoring the: cmd=upload command in the URL, and not taking it into account or something. Since this does use the POST method, that's understandable. I think just adding the extra bytes to the header count would solve the problem, I'm not sure though. Either way, I'm not experienced enough in using LWP to manipulate the HTTP Headers module in such a fine way. I'd appreciate any input. Thanks.<form name="UploadPage" action="www.page.com/app?cmd=upload" method="P +OST" enctype="multipart/form-data">
-Tim
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTTP Headers Problem
by tachyon (Chancellor) on Aug 27, 2001 at 18:05 UTC | |
by gr0f (Acolyte) on Aug 27, 2001 at 18:19 UTC | |
by gr0f (Acolyte) on Aug 27, 2001 at 23:35 UTC | |
|
Re: HTTP Headers Problem
by tomhukins (Curate) on Aug 27, 2001 at 17:40 UTC | |
by gr0f (Acolyte) on Aug 27, 2001 at 18:15 UTC |