post_max_filesize is 32M
Permalink
I need to increase the maximum file size that can be uploaded. I'm getting this error:
Uploaded file is too large. The current value of post_max_filesize is 32M
How does this get increased? Many thanks for any assistance.
Uploaded file is too large. The current value of post_max_filesize is 32M
How does this get increased? Many thanks for any assistance.
You can increase post_max_size in your site php.ini file. Changing this file can differ depending on the web host, so I recommend reviewing your web host support documentation or contacting their technical support.
http://php.net/manual/en/ini.core.php#ini.post-max-size...