Topic on Project:Support desk

LP371906 (talkcontribs)

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.

Malyacko (talkcontribs)

Attachments to what exactly, and how?

LP371906 (talkcontribs)

I would like to add an attachement to a newly created page.

I can add an image to the page, but not a mail.

LP371906 (talkcontribs)

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'
);
AhmadF.Cheema (talkcontribs)

What error do you receive?

193.135.130.42 (talkcontribs)

Hi,

in German "Der Dateiname ist nicht zulässig" , means "the file Name is not allowed".

Ciencia Al Poder (talkcontribs)
LP371906 (talkcontribs)

now i receive this error.

"This file did not pass the file check"

Ciencia Al Poder (talkcontribs)
LP371906 (talkcontribs)