Re: $_FILES Not Populating On File Upload

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ApexEleven wrote:
I've googled the question and found no answer that has fixed my
problem. I also searched this list to try and find the answer to no
avail.

My problem is that after my form submits data to another script the
$_FILES global returns nothing but "array()" when I try to "print_r()"
it.
[snip]
upload_tmp_dir=/tmp

Check to make sure the server has permission to write to /tmp. I just took away write permission to my upload_tmp_dir and tested this scenario on my machine, and it behaved the way you're describing.


--Rick

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux