> 2) In ./includes/DefaultSettings.php > $wgMaxUploadSize = 1024*1024*100; # 100MB > MediaWiki specific upload size limit Note, things in DefaultSettings.php shouldn't be changed directly - copy the parameter to LocalSettings.php and change it there.