php文件上传限制

于 2016-04-27 发布 阅读量76  

php.ini 文件上传限制

max_execution_time = 30 ,这个是每个脚本运行的最长时间,单位秒
max_input_time = 60,这是每个脚本可以消耗的时间,单位秒
memory_limit = 128M,这个是脚本运行最大消耗的内存
post_max_size = 8M,表单提交最大数据为 8M
upload_max_filesize = 2M ,上载文件的最大许可大小