Hi all,

I'm trying to setup a system where users can upload images to a designated uploads dir. Once the file is successfully uploaded I want to transfer it to an image directory with a filename I have assigned. I can do those things with by current application. I needed to change the permissions of the upload dir to world writable in order for this to work. I'm not exposing the development system to the internet, so I can do this now while testing the application, however I want to make sure that I'm not exposing the upload dir or final image dir to mischief.

Do I need to make the webuser part of a group that will have write access to the dir's? What are the best practices for this type of thing.

Thanks

Ed


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to