On Monday 22 November 2004 10:56, Michael Leung wrote: > I am implementing a upload file PHP program. The script is not > working. it keeps on generating the permission Error. > I am not very sure this is PHP or Apache problem. But one things I can > sure I changed all upload file dir in 777.
The user running the apache process (apache or www or nobody or whatever) needs execute permissions ('x') on the destination directory (which you already have in the form of 777) AND on all its parent directories. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* RADIO SHACK LEVEL II BASIC READY >_ */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php