RE: [PHP] Skipping Image Upload if Filename is blank

2003-02-19 Thread Bryan Brannigan
Chris.. you are 100% correct, that took care of it. Thanks for the help, Bryan -Original Message- From: Chris Cook [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 10:44 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Skipping Image Upload if Filename is blank

Re: [PHP] Skipping Image Upload if Filename is blank

2003-02-19 Thread Chris Cook
gram enters your if statement when you would think that it wouldn't. Good luck, Chris From: "Bryan Brannigan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP] Skipping Image Upload if Filename is blank Date: Wed, 19 Feb 2003 20:44:32 -0500 I have a form fo

[PHP] Skipping Image Upload if Filename is blank

2003-02-19 Thread Bryan Brannigan
I have a form for uploading images. If the browse field is empty I would like it to not process the following copy command, thus eliminating the error message it displays. I thought this would work.. but I have been proven wrong. Anyone have any insight? **snip** if ($_FILES['imagefile']['tmp_n