Best Practice: Apache File Upload
        Posted  
        
            by matnagel
        on Server Fault
        
        See other posts from Server Fault
        
            or by matnagel
        
        
        
        Published on 2010-02-04T13:08:55Z
        Indexed on 
            2010/03/31
            1:43 UTC
        
        
        Read the original article
        Hit count: 700
        
I am looking for a soultion for trusted users to upload pdf files via html forms (with maybe php involved). This is quite a standard ubuntu linux server with apache 2.x and php 5.
I am wonderiung what are the benefits of the apache file upload module. There were no updates for some time, is it actively maintained? What are the advantages over traditional php upload with apache 2 without this module?
http://commons.apache.org/fileupload
I remember traditional php file upload is difficult with some pitfalls, will the apache file upload module improve the situation?
The solution I am looking for will be part of an existing website and be integrated into the admin web frontend. Things I am not considering are webdav, ssh, ftp, ftps, ftp over ssh. Should work with a browser and without installing special client software, so I am asking about a browser based upload without special client side requirements. I can request a modern browser like firefox >= 3.5 or modern webkit broser like chrome or safari from the users.
© Server Fault or respective owner