You should not make the directory world writeable, that is a security risk.
You should chown it to the user the webserver runs as and make sure it is
owner writeable.  As a side note, a directory that is 666 is not traversable
as it is missing the execution bit and you need to execute to get into it.

> -----Original Message-----
> From: Gustavo Del Castillo Meza [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 04, 2003 12:10 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Re: Permission Denied; Upload
>
>
> You need to give the user permission to write in the destination
> directory,
> you can do this by using:
>  chmod 666 directoryname
>

>


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

Reply via email to