User Tools

Site Tools


wiki:enable_various_filetype_uploads_to_mediawiki

Enable various filetype uploads to MediaWiki

Add this to the end of LocalSettings.php file:

Permit upload of these files

$wgFileExtensions = array( 'py', 'sh', 'png', 'gif', 'jpg', 'jpeg', 'doc',
  'xls', 'mpp', 'pdf', 'ppt', 'tiff', 'bmp', 'docx', 'xlsx',
  'pptx', 'ps', 'odt', 'ods', 'odp', 'odg'
);

Dangerous! Don't enable on public sites. We are enabling it here to allow upload of bash scripts.

$wgVerifyMimeType = false;

See also

References

wiki/enable_various_filetype_uploads_to_mediawiki.txt · Last modified: 2020/12/17 12:05 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki