Re: Problems posting file upload

2003-07-15 Thread Randall Perry
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 :) >> >>

RE: Problems posting file upload

2003-07-15 Thread Thurn, Martin
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

Re: Problems posting file upload

2003-07-15 Thread Dave Mitchell
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

Re: Problems posting file upload

2003-07-15 Thread D.Monroe
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

Re: Problems posting file upload

2003-07-15 Thread Randall Perry
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

Problems posting file upload

2003-07-15 Thread Randall Perry
--- Got this basic code snippet from the 'Perl & LWP' book and modified it: --- use strict; use warnings; use LWP::UserAgent; my $browser = LWP::UserAgent->