[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