First time configuration on MediaWiki
1. Enable File Upload Function:
Edit this file
LocalSettings.php
under the Mediawiki root directory, change the parameter of
$wgEnableUploads
to be true,
then you can see that a Upload File link appears under Toolbox on the sidebar.
Also, you have to change the properties of the default upload directory “image” to allow it to be read/write.

