Hi David,
yes the move_uploaded_file works but I cannot change 14 scripts which are working on my server, that does not make any sense......also I got a upload_tmp_dir in my php.ini but that obviously means also rewriting the script, right? The funny thing ist, that I also have automaticly configured a open_basedir
but just for testing I switched everything off (Safe Mode and open base), but still having this upload trouble. Here is my configuration, I am really stucked up right now:
open_basedir : usr/local/apache/www/mydomain
upload_tmp_dir: /usr/local/apache/www/mydomain/phptmp
php script location: /usr/local/apache/www/mydomain/html
Tom