Re: [PHP] More on file upload

2003-07-04 Thread Jason Wong
On Saturday 05 July 2003 00:12, Webmaster wrote: > Have not yet been able to figure out how to get a more descriptive error. I > know there has to be a better way to get exact message, but just haven't > figured it out yet. Look in php,ini (and crank up error reporting to full) and/or read the r

RE: [PHP] More on file upload

2003-07-04 Thread Webmaster
Kilimajer Cc: [EMAIL PROTECTED] Subject: Re: [PHP] More on file upload Try copy() instead of move_uploaded_file and see what you get. Andrew - Original Message - From: "Webmaster" <[EMAIL PROTECTED]> To: "Marek Kilimajer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROT

Re: [PHP] More on file upload

2003-07-04 Thread Andrew McCombe
Try copy() instead of move_uploaded_file and see what you get. Andrew - Original Message - From: "Webmaster" <[EMAIL PROTECTED]> To: "Marek Kilimajer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 5:12 PM Subject: RE: [

RE: [PHP] More on file upload

2003-07-04 Thread Webmaster
: Marek Kilimajer [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 10:57 AM To: Webmaster Cc: [EMAIL PROTECTED] Subject: Re: [PHP] More on file upload What is the message now? Is the file being uploaded and move_uploaded_file() does not move the file? Then check the directory permissions. Webmast

Re: [PHP] More on file upload

2003-07-04 Thread Marek Kilimajer
What is the message now? Is the file being uploaded and move_uploaded_file() does not move the file? Then check the directory permissions. Webmaster wrote: First of all, thanks to all that have helped so far. I am trying to get a file upload script to work using php v4.0.3 (no option here) Eve

[PHP] More on file upload

2003-07-04 Thread Webmaster
First of all, thanks to all that have helped so far. I am trying to get a file upload script to work using php v4.0.3 (no option here) Everything seems to be working except the move_uploaded_file() function (the most critical part) I have checked all variables they seem to be correct. my php.ini