Knowledge Base

Get Expert Website Hosting

Choose website reliability and expertise with SiteGround!

Home / Other Applications / MediaWiki / How to enable file uploads for my MediaWiki site?

How to enable file uploads for my MediaWiki site?

Last update: Aug 07, 2025

Open the MediaWiki configuration file LocalSettings.php and do the following changes:

MediaWiki 1.5 or above:

$wgEnableUploads = true; # Enable uploads

Older versions:

$wgDisableUploads = false; # Enable uploads

Share this article