php ini post_max_size

Of the two methods for passing data between requests, POST is better equipped to transport large amounts, such as what might be sent via a Web form.

However, for both security and performance reasons, you might wish to place an upper ceiling on exactly how much data can be sent via this method to a PHP script.

post_max_size = 128M

Maximum size of POST data that PHP will accept. This can be accomplished using post_max_size.





Content