ADNET Ghislain wrote: > upload_tmp_dir /www/htdocs/upload /no value/ ^^^^^^^^^^^ / / *THIS* is the one that matters -----------------+ Somehow, you are OVER-RIDING your php.ini in either .htaccess or your PHP source to set this upload_tmp_dir to a blank, or an invalid directory or... Or, perhaps, your suid bit setting is making PHP nervous, and it's deciding to not use that directory, so then it reverts to the default when you do the upload. So PHP is reading the php.ini, setting the value, then over-riding it somewhere/somehow "locally" in an .htaccess or something. Hope that helps.` -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php