Increasing the maximum post size

后端 未结 9 2102
旧巷少年郎
旧巷少年郎 2020-11-22 04:39

There is a lot of data being submitted no file uploads and the $_SERVER[\'CONTENT_LENGTH\'] is being exceeded. Can this be increased?

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 05:36

    You can increase that in php.ini

    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 2M
    

提交回复
热议问题