html表单在较多数据情况下,POST数据接收不到
数据大约1000条,用post提交表单,PHP服务端始终接收不到提交的值,但在数据量较少的情况下(100左右),一切正常,php.ini里已经把post_max_size修改成2047M,还是没有用,求解决~
回复内容:
数据大约1000条,用post提交表单,PHP服务端始终接收不到提交的值,但在数据量较少的情况下(100左右),一切正常,php.ini里已经把post_max_size修改成2047M,还是没有用,求解决~
这个问题 ... 首先先确定你的改动已经生效了 ...
<?php echo ini_get( 'post_max_size' );
然后确定设定的 memory_limit
> post_max_size
> upload_max_filesize
...
另外说 ... 手册里面有写下面的文字 ...
Note: PHP allows shortcuts for bit values, including K (kilo), M (mega) and G (giga). PHP will do the conversions automatically if you use any of these. Be careful not to exceed the 32 bit signed integer limit (if you’re using 32bit versions) as it will cause your script to fail.
如果说上面两步都确定了还是不行的话 ... 修改 post_max_size 到小一点的值比如 1024M 这样 ...
除此之外还有个upload_max_size,也许有影响。注意看看server的log。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

Validator can be created by adding the following two lines in the controller.
