Knowledge Base Article

How to enable file uploads for my MediaWiki site?

If you get the following message:

Sorry, uploading is disabled.

you have to open MediaWiki configuration file (LocalSettings.php) and do the following changes:

MediaWiki 1.5 or above:

$wgEnableUploads = true; # Enable uploads

Older versions:

Invert the value to enable uploads:

$wgDisableUploads = false; # Enable uploads



Rating

Please indicate if this article was helpful for you.

rating :  4.0 from 5
views :  2483
votes :  55

Valid XHTML 1.0 Strict Valid CSS!