I discovered the problem. In my perl code I forgot to set the value of a
hidden variable which is necessary for the upload.cgi script to run
properly.
Thanks to everyone for the help.
> Randall Perry wrote:
>
>> Thanks for the quick response (thought it was an I'm on vacation message :)
>>
>>
ly 15, 2003 12:27 PM
> To: Randall Perry
> Cc: Dave Mitchell; [EMAIL PROTECTED]
> Subject: Re: Problems posting file upload
>
>
> Randall Perry wrote:
>
> > Thanks for the quick response (thought it was an I'm on
> vacation message :)
> >
> > When s
On Tue, Jul 15, 2003 at 11:51:53AM -0400, Randall Perry wrote:
> ---
> Got this basic code snippet from the 'Perl & LWP' book and modified it:
> ---
>
> use stric
Randall Perry wrote:
Thanks for the quick response (thought it was an I'm on vacation message :)
When submitting directly to the form action URL I got this output:
http://www.tasbill.com/cgi-bin/upload.cgi error: 302 Moved at
post_file_upload.pl line 20.
I stepped through the script and got this
Thanks for the quick response (thought it was an I'm on vacation message :)
When submitting directly to the form action URL I got this output:
http://www.tasbill.com/cgi-bin/upload.cgi error: 302 Moved at
post_file_upload.pl line 20.
I stepped through the script and got this output after the 'p
---
Got this basic code snippet from the 'Perl & LWP' book and modified it:
---
use strict;
use warnings;
use LWP::UserAgent;
my $browser = LWP::UserAgent->