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