/etc/php5/php.ini
文件下如下修改:
1 upload_max_filesize = 8M 2 post_max_size = 10M 3 memory_limit = 20M
重启Apache服务器.