Home > Backend Development > PHP Tutorial > 表单文件大小设立

表单文件大小设立

WBOY
Release: 2016-06-13 10:37:20
Original
895 people have browsed it

表单文件大小设置
MAX_FILE_SIZE 在ie 和firefox 下不行,有没有其它更好的办法限制表单上传文件的大小而不是php.ini 里配置。

------解决方案--------------------
用.htaccess文件:
php_value upload_max_filesize 50M
php_value post_max_size 100M 

httpd.conf中配置了:AllowOverride All

自己验证,复制粘贴

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