Tag Archives: 大文件上传

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 而且两个最好一样,就不会出现验证不一致的现象。

Posted in PHP, 原创 | Tagged , , | Leave a comment