is it possible to add .msg files as attachments?
i entered the file extension (.msg) in localsettings.php and at $wgFileBlacklist in DefaultSettings.php i don't find the file extension.
is it possible to add .msg files as attachments?
i entered the file extension (.msg) in localsettings.php and at $wgFileBlacklist in DefaultSettings.php i don't find the file extension.
I would like to add an attachement to a newly created page.
I can add an image to the page, but not a mail.
i have configuted localsettings.php like this.
All files are working, except 'msg'
You can add $wgFileExtensions in LocalSettings.php to allow uploads of other desired file types. For example, you can change the $wgFileExtensions line to look something like
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff', 'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg' , 'msg' );
Hi,
in German "Der Dateiname ist nicht zulässig" , means "the file Name is not allowed".
This error message is MediaWiki:Illegal-filename (MediaWiki:Illegal-filename/de). This happens when the name of the file contains characters defined in Manual:$wgIllegalFileChars. The file extension is not part of the problem. Check the name of the file, and try to simplify it