Answers for "php post size max"

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

Browse Popular Code Answers by Language