[PHP] upload_tmp_dir Not Working

2004-07-30 Thread Monty
In my .htaccess file I have... php_value upload_tmp_dir /home/site/temp But when I upload a file using a form, here's what the $_FILE array prints out: [tmp_name] = /temp/phpvRRDss /temp is a valid directory, but, it's not the directory I specified in the .htaccess file for this site.

Re: [PHP] upload_tmp_dir Not Working

2004-07-30 Thread Justin Patrin
On Fri, 30 Jul 2004 17:08:46 -0400, Monty [EMAIL PROTECTED] wrote: In my .htaccess file I have... php_value upload_tmp_dir /home/site/temp But when I upload a file using a form, here's what the $_FILE array prints out: [tmp_name] = /temp/phpvRRDss /temp is a valid directory,

Re: [PHP] upload_tmp_dir Not Working

2004-07-30 Thread Monty
On Fri, 30 Jul 2004 17:08:46 -0400, Monty [EMAIL PROTECTED] wrote: In my .htaccess file I have... php_value upload_tmp_dir /home/site/temp But when I upload a file using a form, here's what the $_FILE array prints out: [tmp_name] = /temp/phpvRRDss /temp is a valid directory, but,

Re: [PHP] upload_tmp_dir Not Working

2004-07-30 Thread Justin Patrin
On Fri, 30 Jul 2004 18:05:54 -0400, Monty [EMAIL PROTECTED] wrote: On Fri, 30 Jul 2004 17:08:46 -0400, Monty [EMAIL PROTECTED] wrote: In my .htaccess file I have... php_value upload_tmp_dir /home/site/temp But when I upload a file using a form, here's what the $_FILE array prints

[PHP] upload_tmp_dir has no value... could that be the problem?

2003-11-06 Thread Jason
All, Trying to run an upload script. ?php if ($userfile==none) { echo Problem: no file uploaded; exit; } if (move_uploaded_file($userfile,..$userfile_name)) echo your file was loaded successfully; }

[PHP] UPLOAD_TMP_DIR

2001-10-02 Thread Henning Støverud
Hi I've made an upload system at my ISP's webserver, but it seems like they have done something with the UPLOAD_TMP_DIR cause I get this error message: PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0 Can I set the UPLOAD_TMP_DIR myself inside a PHP

RE: [PHP] UPLOAD_TMP_DIR

2001-10-02 Thread Joe Kaiping
/cm13.html for the manual. URL: http://phpclasses.upperdesign.com/browse.html/package/348 -Original Message- From: Henning Støverud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: [PHP] UPLOAD_TMP_DIR Hi I've made an upload