On Mon, 08 Nov 2004 15:52:53 +0600, Raditha Dissanayake wrote:

> Quick question: is file uploads enabled on this server and is the 
> temporary directory writable?

Hmm. upload_tmp_dir was unset. The php.ini says that in this case the
systems default tempoary directory is used. So I guessed it would be
/tmp, because php also saves the session data there. Now I set the
upload_tmp_dir explicit to /tmp and it works.

So where on linux systems is the default tempoary directory set?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to