File System and security (PHP)
- by Felicita
Consider a simple file upload system written in php. Customer has access only in admin panel.
(Not FTP). He may change folder option from 707 to 755 for security issue.
How can do this? Can we do this from upload script ? If yes is this a secure application?