Home > Backend Development > PHP Tutorial > 文件上传有关问题 upload_max_filesize 和 post_max_size

文件上传有关问题 upload_max_filesize 和 post_max_size

WBOY
Release: 2016-06-13 10:02:18
Original
1020 people have browsed it

文件上传问题 upload_max_filesize 和 post_max_size
服务器配置
upload_max_filesize   =   50M
post_max_size   =   8M

怎样在不修改服务器配置的情况下,上传大于8M的压缩文件包?

现在由于这个   post_max_size   的限制,一上传大于8M的东西,就上传失败



------解决方案--------------------
用控件吧。
------解决方案--------------------
吧文件分割上传,每一个块小于8M
------解决方案--------------------
修改配置信息

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template