/********************************************************************************* * apache php upload file * 說明: * 以前使用busybox httpd + php,最後發現沒法上傳文件,改爲了apache了,測試後發現和HTTP
* Server不要緊,是php的配置沒配置好。 * * 2018-2-7 深圳 寶安西鄉 曾劍鋒 ********************************************************************************/ 1、參考文檔: 1. apache2 - php5 file upload and post max size https://askubuntu.com/questions/172217/apache2-php5-file-upload-and-post-max-size 2、使用方法: cat /etc/php.ini post_max_size = 1500M upload_max_filesize = 1500M