帖子内容超过第0行的限制

时间:2013-07-05 10:30:40

标签: php post upload

这些是我的设置:

        ini_set('memory_limit', '256M');
        ini_set('post_max_size', '200M');
        ini_set('upload_max_filesize', '2000M');

不知怎的,它无法上传总计17 MB,我收到此错误:

Warning: POST Content-Length of 17785546 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

所以好像我的ini_set没有真正起作用..

0 个答案:

没有答案
相关问题