Warning: Content-Length POST of 8707912 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
上传文件的出错错误:
<b>Warning</b>: POST Content-Length of 12354496 bytes exceeds the limit of 8388608 bytes in <b>Unknown
解决方法:你的post_max_size
PHP设置为只有8M.修改php.ini
里面的
php_max_size = 你想设置的大小