To install MsUpload, add the following to your LocalSettings.php:
$wgEnableWriteAPI = true; // Enable the API $wgEnableUploads = true; // Enable uploads $wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','pdf','ppt','tiff','bmp','docx', 'xlsx','pptx','ps','odt','ods','odp','odg'); $wgAllowJavaUploads = true; // Solves problem with Office 2007 and newer files (docx, xlsx, etc.)
require_once "$IP/extensions/MsUpload/MsUpload.php"; $wgMSU_useDragDrop = true; $wgMSU_showAutoCat = true; $wgMSU_checkAutoCat = true; $wgMSU_imgParams = '400px'; // Default 400px $wgMSU_useMsLinks = false;
- Developed and coded by Martin Schwindl ([email protected])
- Idea, project management and bug fixing by Martin Keyler ([email protected])
- Updated, debugged and enhanced by Luis Felipe Schenone ([email protected])
- Some icons by Yusuke Kamiyamane (http://p.yusukekamiyamane.com). All rights reserved. Licensed under a Creative Commons Attribution 3.0 License.