Re: [PHP-DEV] errno-13 Persmission Denied

2002-06-05 Thread Chris Shiflett
A directory has to have execute privileges for you to be able to do anything within it. A mode of 666 does not have execute privileges for anyone, while 777 does. Chris --- Anil Garg <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to upload a file in to a > directory(which has mode 666) > It

[PHP-DEV] errno-13 Persmission Denied

2002-06-05 Thread Anil Garg
Hi, I am trying to upload a file in to a directory(which has mode 666) It gives the followring error: Warning: stats failed for /netvcr/www/archive/data1.cab (errno=13 - Permission denied) in /z/mercury/www/data/content/admin/do_upload.php on line 16 --- but it works fine if