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

RE: [PHP] UPLOAD_TMP_DIR

2001-10-02 Thread Joe Kaiping
Hi, You might want to check out http://phpclasses.upperdesign.com. There are a number of useful classes there, including "Metabase" and "HTML Mime Mail". I recently got a notice that the following "Upload" class is also now available. I haven't tried it yet, though. There are other upload cla