hi all,
is set upload_tmp_dir - option in the php.ini to "/usr/local/httpd/htdocs/phptmp", but when i upload a file by http with php and echo
$HTTP_POST_FILES['tmp_name'] , the script says /tmp/phpiCgxpK. So it takes /tmp as the upload dir altough phpinfo() tells me that it is set to "/usr/local/httpd/htdocs/phptmp". Has anyone an idea, hiow this wired problem can be solve ?
thanks in advance
ali