POST Content-Length of 8908752 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

    技术2025-08-03  17

    服务器文件上传有限制

    解决方法,修改 php.ini

    upload_max_filesize 用于限制用户上传单文件的大小 post_max_size 用于限制 POST 请求 body 的大小 所以,如果用户会同时上传多个附件,就需要设置 post_max_size 为 upload_max_filesize 的 N 倍大 ————————————————

    原文链接:https://blog.csdn.net/qq_29099209/article/details/83014224

    Processed: 0.011, SQL: 10