首页 > 代码库 > 增大PHP允许上传的文件大小;解决POST Content-Length exceeds the limit

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

在php.ini中:

upload_max_filesize = 1000M ;1GBpost_max_size = 1000M

然后重启apache

参考链接

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