码迷,mamicode.com
首页 > Web开发 > 详细

PHP上传超大文件

时间:2019-05-15 14:14:04      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:input   程序   exec   超时   put   限制   上传   memory   limit   

修改php.ini配置

1、最大上传文件限制

memory_limit

post_max_size

upload_max_filesize

 

2、程序超时限制

max_execution_time

max_input_time

 

3、nginx.conf最大文件限制

client_max_body_size 1000M;

PHP上传超大文件

标签:input   程序   exec   超时   put   限制   上传   memory   limit   

原文地址:https://www.cnblogs.com/day959/p/10868802.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!