Re: [PHP] Question about security: writing images to a directory (chmod 777)

2001-08-10 Thread Data Driven Design
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 9:07 PM Subject: [PHP] Question about security: writing images to a directory (chmod 777) > For a job I'm working on I need to let PHP-code write images to a > directory. To be able to do that I need to make thi

[PHP] Question about security: writing images to a directory (chmod 777)

2001-08-09 Thread SED
For a job I'm working on I need to let PHP-code write images to a directory. To be able to do that I need to make this directory read- and writeable. Concerned about the security, is this directory open for anyone to write into it? (Let say PHP-code form another server?) If so, how can I solve thi