Re: [PHP] Re: FIle Upload problems

2004-03-06 Thread Brian V Bonini
Do yourself a favour, study the example in the manual, get it working, understand how it works, Lighten up Francis, it was 10pm at night after a 14 hour day and 62 hour week. I appreciate the help but can do without the cynicism. -- Brian V Bonini [EMAIL PROTECTED] -- PHP General

[PHP] Re: FIle Upload problems

2004-03-05 Thread Andre Cerqueira
try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path exists maybe some wrong configuration on php.ini upload_tmp_dir ? it is usually a good idea trying to isolate the smallest piece of code that gives the unwanted result makes it easier for other ppl to help, and sometimes

Re: [PHP] Re: FIle Upload problems

2004-03-05 Thread Brian V Bonini
On Fri, 2004-03-05 at 21:33, Andre Cerqueira wrote: try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path exists Gives me nothing, hmmm... maybe some wrong configuration on php.ini upload_tmp_dir ? %more php.ini ls -l / | grep tmp register_globals = On upload_tmp_dir =

Re: [PHP] Re: FIle Upload problems

2004-03-05 Thread Jason Wong
On Saturday 06 March 2004 10:42, Brian V Bonini wrote: On Fri, 2004-03-05 at 21:33, Andre Cerqueira wrote: try echo'ing $_FILES['image_upload']['tmp_name'], and check if the path exists Gives me nothing, hmmm... If you had enable error reporting and checked what errors were reported you