1

这些是我的设置:

        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 没有真正起作用..

4

0 回答 0