Hello,
I receive the error "The file is corrupt or has an incorrect extension.
Please check the file and upload again." when uploading Excel sheets.
I have added xls to the line; "$wgFileExtensions = array( 'png', 'jpg',
'jpeg', 'ogg', 'doc', 'ppt', 'mp3', 'xls', 'pdf' );"
Still uploads are not possible unless I use "#use external mime detector
(linux)
$wgMimeDetectorCommand= "file -bi";
The problem I face then is that my images do not show correctly because the
mime is not detected.
If anyone else has had this problem or if I am just looking in the wrong
place, I would really appreciate the help.
Niels