0
点赞
收藏
分享

微信扫一扫

php解决ajax使用post请求时提交的数据过多而导致et::ERR_CONNECTION_RESET的解决方案

f12b11374cba 2022-02-10 阅读 38
php.net


et::ERR_CONNECTION_RESET 200 (OK)

php解决ajax使用post请求时提交的数据过多而导致et::ERR_CONNECTION_RESET的解决方案_php

php.ini

; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 1024M

Done!



举报

相关推荐

0 条评论