Home  >  Article  >  Backend Development  >  php-<PHP>小于50k的图片上传能成功,大于50k的就无法上传:错误提示 3

php-<PHP>小于50k的图片上传能成功,大于50k的就无法上传:错误提示 3

WBOY
WBOYOriginal
2016-06-02 11:27:54947browse

php

上传文件最大限制(upload_max_filesize): 20M ;
POST方法提交最大限制(post_max_size): 30M ;
脚本占用最大内存(memory_limit): 256M ;
脚本超时时间(max_execution_time): 300秒 ;
file_uploads = On 已经开放上传;
问题还是没有解决

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn