Re: Upload script

2001-08-21 Thread Lynn Glessner
-- From: "Lynn Glessner" <[EMAIL PROTECTED]> To: "Bradley M. Handy" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 1:13 PM Subject: Re: Upload script > {Lights going off - bells - red lights} > > Someone else said the same thing and I

Re: Upload script

2001-08-21 Thread Lynn Glessner
{Lights going off - bells - red lights} Someone else said the same thing and I didn't get it. Putting "file" means not passing a literal "file" but the value "file" from the html form. I see, said the blind man ... I'm definitely going to give the authors a piece of my mind - torturing poor newb

RE: Upload script

2001-08-21 Thread Bradley M. Handy
s --www.jack-of-all-trades.net --mailto:[EMAIL PROTECTED] > -Original Message- > From: Lynn Glessner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 2:51 PM > To: Bradley M. Handy > Subject: Re: Upload script > > > I don't want to repost to t

RE: Upload script

2001-08-21 Thread Curtis Poe
--- "Bradley M. Handy" <[EMAIL PROTECTED]> wrote: > If you have downloaded the latest version of CGI, then that may be your > problem. CGI.pm versions 3.0 and above are ALPHA code and shouldn't be used > in production environments. (I don't even use that version in test > environments.) The lat

RE: Upload script

2001-08-21 Thread Bradley M. Handy
TED]; [EMAIL PROTECTED] > Subject: Re: Upload script > > > --- 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; > &g

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 Curtis Poe
--- Lynn Glessner <[EMAIL PROTECTED]> wrote: > I have copied a script out of "CGI programming with perl", to see if I > understand how uploading a file would work. So far it doesn't - the code > checks correctly with perl -c but then I get an internal server error 500. I > think I found a minor er

Upload script

2001-08-21 Thread Lynn Glessner
I have copied a script out of "CGI programming with perl", to see if I understand how uploading a file would work. So far it doesn't - the code checks correctly with perl -c but then I get an internal server error 500. I think I found a minor error in the book example already :( Can anyone help? I