Change allowed upload file types

From Edgar BV Wiki
Revision as of 09:24, 10 September 2019 by Red (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

in LocalSettings.php

$wgFileExtensions = array_merge(
    $wgFileExtensions, array(
        'pdf', 'ppt', 'jp2', 'webp', 'doc','docx', 'xls', 'xlsx', 'jar', 'exe', 'txt', 'json', 'xml', 'zip'
        )

for file size

  $wgMaxUploadSize = 2000000000;