RE: [PHP-WIN] File upload issue 4.2.0

2002-04-25 Thread Ethan Nelson
n the previous form. -Ethan -Original Message- From: Dash McElroy To: Ethan Nelson Cc: '[EMAIL PROTECTED]' Sent: 4/24/02 1:11 PM Subject: RE: [PHP-WIN] File upload issue 4.2.0 You should probably check to see if the variable is set before you try and read the uploaded

RE: [PHP-WIN] File upload issue 4.2.0

2002-04-24 Thread Dash McElroy
You should probably check to see if the variable is set before you try and read the uploaded file... -Dash -Original Message- From: Ethan Nelson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 11:57 AM To: '[EMAIL PROTECTED]' Subject: [PHP-WIN] File upload issue

[PHP-WIN] File upload issue 4.2.0

2002-04-24 Thread Ethan Nelson
I get this error when I submit a form with nothing specified in the file upload field. My understanding is that the server or PHP should submit "none" by default when nothing is submitted as the value of the name associated with the file upload field. This doesn't appear to be sending anything at