Difference between revisions of "Allow zipfile and 7zip uploads"
From Richard's Wiki
(New page: Edit LocalSettings.php: $wgFileExtensions[] = 'zip'; This adds ".zip" to allowed media: uploads array, as well as retaining the default .png, .gif, .jpg etc.) |
m (Allow zipfile uploads moved to Allow zipfile and 7zip uploads) |
(No difference)
|
Revision as of 05:56, 13 January 2009
Edit LocalSettings.php:
$wgFileExtensions[] = 'zip';
This adds ".zip" to allowed media: uploads array, as well as retaining the default .png, .gif, .jpg etc.