File System and security (PHP)
        Posted  
        
            by Felicita
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Felicita
        
        
        
        Published on 2010-05-22T10:55:17Z
        Indexed on 
            2010/05/22
            11:00 UTC
        
        
        Read the original article
        Hit count: 240
        
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?
© Stack Overflow or respective owner