Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不是指 php.ini 施加的 POST 内容限制,我的意思是在请求标头中,内容长度设置为 1mb,但实际发送的内容为 2mb。
1 - 一旦收到整个数据传递到 php 文件,前 1mb 不会立即传递到 PHP 文件。
2 - 附加数据和以前的数据没有传递到 PHP 文件。