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 $_

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

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

[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.

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

2003-11-06 Thread Jason
All, Trying to run an upload script. Looks like the problems is in the "if (move_uploaded_file.." line also a look at the configuration of PHP4.1.2 shows "no value" for upload_tmp_dir Any hints? Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

RE: [PHP] UPLOAD_TMP_DIR

2001-10-02 Thread Joe Kaiping
y reference (the & indicates this). See http://www.sloppycode.net/sloppycode/PHP/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,

[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 scrip