Re: [PHP] File uploading fails

2002-05-01 Thread 1LT John W. Holmes
for security and performance reason. Love that manual, ---John Holmes... - Original Message - From: "Tim Decker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 11:13 AM Subject: [PHP] File uploading fails > I have searched high and l

Re: [PHP] File uploading fails

2002-05-01 Thread Pushkar Pradhan
You haven't defined $file_name before trying to echo it, I think you'll have to create it using $HTTP_POST_...['file'] and HTT...['name'] Also check your php.ini to see if file uploads are allowed and if yes the max. limit. > I have searched high and low and done everything > recommended generical

[PHP] File uploading fails

2002-05-01 Thread Tim Decker
I have searched high and low and done everything recommended generically and yet am still having problems uploading files. My script is as follows: \n"; } ?> Output is as follows: Warning: Undefined variable: file_name in addimage.php on line 5 Warning: Undefined index: file i