At 13:05 08.11.2002, @ Darwin spoke out and said:
--------------------[snip]--------------------
>is the info from my php.ini file:
>
>----------------------------------------------------------------------------
>; Temporary directory for HTTP uploaded files (will use system default if
>not
>; specified).
>upload_tmp_dir = C:\PHP\tmp_uploads
--------------------[snip]-------------------- 

I believe you must escape backslashes in php.ini as well... or simply use
forward slashes.

Try this setting:
upload_tmp_dir = C:/PHP/tmp_uploads

Also, if this is Win2K Server, make sure the ACL's are set correctly.
Usually Apache runs as "system", so make sure you're giving the "system"
user full rights (or at least r/w/d) to this directory.


-- 
   >O Ernest E. Vogelsinger 
   (\) ICQ #13394035 
    ^ http://www.vogelsinger.at/

Reply via email to