The default post max size value is set to 16M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value post_max_size ?M
Then replace ? with the value you want to use. The maximum limit is 64M.
The default post max size value is set to 16M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value post_max_size ?M
Then replace ? with the value you want to use. The maximum limit is 64M.
Comments
0 comments
Article is closed for comments.