Ok, I'll try that. I never had to do it before, but I'll try it
anyway...I'll get back to you on it...thanks

- Darwin

-----Original Message-----
From: Ernest E Vogelsinger [mailto:ernest@;vogelsinger.at]
Sent: Friday, November 08, 2002 6:22 AM
To: @ Darwin
Cc: Php-General
Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP


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/


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

Reply via email to