- create and write-enable the upload directory (see $wgUploadPath and $wgUploadDirectory in mediawiki/LocalConfig.php),
 
- enable upload ($wgEnableUploads = true;) and
 
- disable mime type checking ($wgVerifyMimeType=false;) in LocalConfig.php. (Somehow I keep getting text/plain mime type for PNG images that are displayed correctly).
 
 
 
No comments:
Post a Comment