增大PHP允许上传的文件大小;解决POST Content-Length exceeds the limit

在php.ini中:

upload_max_filesize = 1000M ;1GB
post_max_size = 1000M

然后重启apache

参考链接