Last edited 2 days ago
by Redaktion

Reference:EnhancedUpload: Difference between revisions

Redaktion (talk | contribs)
No edit summary
Tag: 2017 source edit
Redaktion (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{BSExtensionInfobox
{{BSExtensionInfobox
|removed=No
|desc=File upload
|desc=File upload
|status=stable
|status=stable
|developer=Hallo Welt! GmbH
|developer=Hallo Welt! GmbH
|type=BlueSpice
|type=BlueSpice
|edition=BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice cloud
|compatible=BlueSpice
|compatible=BlueSpice
|category=Rich Articles
|category=Rich Articles
|license=GPL v3 only
|license=GPL v3 only
|bsvFrom=4.2
}}
}}
 
{{wcagCheck
|wcagWorkaround=No
}}
The extension '''EnhancedUpload'' allows uploading files to the wiki.
The extension '''EnhancedUpload'' allows uploading files to the wiki.
==Features==
==Features==

Latest revision as of 11:19, 4 June 2025

all extensions


Overview
Description: File upload
State: stable Dependency: BlueSpice
Developer: Hallo Welt! GmbH License: GPL v3 only
Type: BlueSpice Category: Rich Articles
Edition: BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice cloud Version: 4.1+


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' ] );


PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end