Answers for "max. post size increase"

PHP
0

increase the 'post_max_size'

# php.ini

memory_limit=2048M
post_max_size=512M
upload_max_filesize=512M
Posted by: Guest on November-26-2020
1

Max. Post Size

php_value session.gc_maxlifetime 10800
php_value max_input_time         10800
php_value max_execution_time     10800
php_value upload_max_filesize    110M
php_value post_max_size          120M
Posted by: Guest on June-29-2021

Code answers related to "max. post size increase"

Browse Popular Code Answers by Language