php上传限制 在php.ini中配置如下: upload_max_filesize = 100M post_max_size = 100M 在php程序中设置如下: ini_set ( 'memory_limit' , '600' ); posted on 2017-12-27 10:16 飞狐爷 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/cyxxzjp/p/8124435.html