Maximum upload file size

I keep forgetting this so I thought I would drop a qick post on the WordPress Maximum upload file size.

The value is set on a per blog basis in Network Admin > Settings and is generally set to 300KB.  This default value can be increased up to the value set in the file wp-admin/php.ini

[PHP]
; Increase maximum post size
post_max_size = 500M

; Increase maximum upload size
upload_max_filesize = 500M

NB You may have to create this file.

The figures set in this file sets an upper limit for all blogs.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam Protection by WP-SpamFree