Can you restrict the location of input type=file?
        Posted  
        
            by dcp3450
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dcp3450
        
        
        
        Published on 2010-05-28T19:10:00Z
        Indexed on 
            2010/05/28
            19:12 UTC
        
        
        Read the original article
        Hit count: 308
        
Is there a way to restrict the user to a folder on the server when they choose to browse for a file using the input type=file button?
for example: If you have images you want the user to choose from that only exist in the server's image folder to prevent them from search for and uploading their own images.
© Stack Overflow or respective owner