Extension:EnhancedUpload

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:GPL licensed extensions
MediaWiki extensions manual
EnhancedUpload
Release status: stableCategory:Stable extensions
Description Provides a special page with the option to upload one or multiple files to the wiki
Author(s) Hallo Welt! GmbH
Latest version 5.0.0-alpha
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
  • $wgEnhancedUploadAllowMismatchedMimeTypes
  • $wgEnhancedUploadOverrideStandardUpload
  • $wgEnhancedUploadDragDropImagesAlignment
  • $wgEnhancedUploadDragDropImagesWidth
  • $wgEnhancedUploadDragDropImagesType
  • $wgEnhancedUploadDragDropImagesHeight
Quarterly downloads 7 (Ranked 103rd)
Translate the EnhancedUpload extension if it is available at translatewiki.net
Category:All extensions

This extension offers a number of file uploading improvements:

New special page EnhancedUpload

Special:EnhancedUpload introduces a streamlined, user-friendly media upload experience with support for drag-and-drop functionality and multiple file uploads. The interface features a modern, clean layout, providing users with improved visual feedback and a more intuitive workflow.

Improved drag-and-drop uploading in VisualEditor
"New file" menu in edit toolbar

It also introduces the <attachments /> tag that allows to maintain file lists on pages easily.

Installation

  • Install Extension:OOJSPlus and Extension:VisualEditor extensions first, since they are required.
  • Download and move the extracted EnhancedUpload folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EnhancedUpload
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'EnhancedUpload' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

You can set some variables in the "LocalSettings.php" file:

$wgEnhancedUploadDragDropImagesAlignment = 'none'; (default = 'right')
image alignment
$wgEnhancedUploadDragDropImagesWidth = '600px';
image width
$wgEnhancedUploadDragDropImagesHeigth = '600px';
image height
$wgEnhancedUploadDragDropImagesType = 'frameless'; (default = 'thumb', other options 'frameless', 'frame', 'basic')
image type
$wgEnhancedUploadAllowMismatchedMimeType = 'true'; (default = 'false')
allow mismatched mime types
Category:All extensions Category:BeforePageDisplay extensions Category:BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions Category:Extensions in Wikimedia version control Category:Extensions included in BlueSpice Category:Extensions with invalid or missing type Category:Extensions with long-term support release branches compatibility policy Category:Extensions with manual MediaWiki version Category:Extensions without an image Category:GPL licensed extensions Category:MimeMagicImproveFromExtension extensions Category:ParserFirstCallInit extensions Category:SkinTemplateNavigation::Universal extensions Category:SpecialPage initList extensions Category:Stable extensions