Extension: EnhancedUpload
Overview | |||
---|---|---|---|
Description: | File upload | ||
State: | stable | Dependency: | BlueSpice |
Developer: | Hallo Welt! GmbH | License: | GPL v3 only |
Type: | BlueSpice | Category: | Rich Articles |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice farm, BlueSpice cloud | Version: | 4.2+ |
The extension 'EnhancedUpload allows uploading files to the wiki.
Features
- In page editing mode:
- Files can now be dragged and dropped directly onto a wiki page without any further intermediate step
- Images are embedded as a thumbnail
- Documents are embedded as a link
- A list of files can be included anywhere on a wiki page using an <attachments /> tag directly from the visual editor
- This feature replaces the previous attachments area at the bottom of the page
- The special page for uploading was overwritten and redesigned with focus on usability
- Much leaner and modern design based on the Discovery skin
- Bundles the functionality of multi-upload
XML file type:The xml file type is blacklisted since MW 1.39 and has to be allowed in LocalSettings.php:
$GLOBALS['wgProhibitedFileExtensions'] = array_diff( $GLOBALS['wgProhibitedFileExtensions'] ?? [], [ 'xml' ] );
$GLOBALS['wgMimeTypeExclusions'] = array_diff( $GLOBALS['wgMimeTypeExclusions'] ?? [], [ 'application/xml', 'text/xml' ] );