Dale_G Posted July 29, 2008 Share Posted July 29, 2008 Hey guys, quick question! Working on an image uploader and so far...securities pretty tight, the majority of the security is in the java app which controls the upload, but lets just say if SOMEHOW someone was able to get around the applet security and upload a non image file, which CHMOD should the file be modded so it cannot be ran? If possible, of course. Basically, what's the lowest CHMOD level that will still allow an image to be viewed by everyone, and that if somehow a script was uploaded, it would be CHMODDED so it cannot be ran, if possible of course. Link to comment https://forums.phpfreaks.com/topic/117096-solved-php-chmod-question/ Share on other sites More sharing options...
trq Posted July 29, 2008 Share Posted July 29, 2008 644 should be fine. Link to comment https://forums.phpfreaks.com/topic/117096-solved-php-chmod-question/#findComment-602278 Share on other sites More sharing options...
Dale_G Posted July 29, 2008 Author Share Posted July 29, 2008 Thx! Link to comment https://forums.phpfreaks.com/topic/117096-solved-php-chmod-question/#findComment-602307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.