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.

appamada
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi appamada,

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...
appamada replied on at Permalink Reply
appamada
Thanks so much for the expert response! I will check with my web host. I appreciate the information!

Peg