PHP大文件上传问题

PHP上传大文件,除了修改

; Maximum allowed size for uploaded files.
upload_max_filesize = 20M

此外,还应该修改POST的限制

; Maximum size of POST data that PHP will accept.
post_max_size = 20M

而且两个最好一样,就不会出现验证不一致的现象。

This entry was posted in PHP, 原创 and tagged , , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">