Re: Upload script

2001-08-21 Thread Curtis Poe
--- Lynn Glessner <[EMAIL PROTECTED]> wrote: > The name of my upload file isn't literally file, it is contained in the > variable named file. I agree that the upload method is probably my problem; > someone else said it was just buggy. :( I don't necessarily know that this method is buggy. I was

Re: Upload script

2001-08-21 Thread Lynn Glessner
Guide to Programming with CGI.pm" website, so I think I'll try that next. - Original Message - From: <[EMAIL PROTECTED]> To: "Lynn Glessner" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 9:49 AM Subject: Re: Upload script &

Re: Upload script

2001-08-21 Thread register
I dont use CGI.pm a whole lot but looking at the perldocs for CGI.pm it mentions that upload method takes the name of the upload field. Looking at the example in the POD it appears that you should be calling upload like this my $fh = $q->upload( 'file' ); instead of