|
Help: File uploads dont work on new dedicated
I am running PHP 4.3.5 / Apache 1.3.31 on a new dedicated server
My /tmp is mounted no exec for security
In php.ini I have set
register_globals = On
file_uploads = On
upload_tmp_dir = "/tmp_upload"
No matter what I do upload_tmp_dir does not get set and showup on phpinfo()
While debugging the php upload script I can tell that the
$_FILES super-global variable is empty.
Help would like to get it working fast. Any work around ?
Perhaps by forcing settings in .htaccess
Thanks in advance
|