How to enable file uploads for my MediaWiki site?
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