Uploading Files to MediaWiki

From Zanecorpwiki

Jump to: navigation, search

MediWiki has pretty severe limits (from PHP) on file upload sizes. For many applications, you'll want to increase this. This can be done on a site-by-site basis by placing the following in the virtual host section of the apache config for the site:

php_value upload_max_filesize  20M
php_value post_max_size 20M

That is usually all that's needed.

Personal tools