Extension:EnhancedUpload

![]() Release status: beta |
|
---|---|
Author(s) | Hallo Welt! GmbH |
Latest version | 1.2-alpha |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.35+ |
Composer | mediawiki/enhanced-upload |
License | GNU General Public License 3.0 only |
Download | |
|
|
Quarterly downloads | 72 (Ranked 103rd) |
Translate the EnhancedUpload extension if it is available at translatewiki.net | |
This extension adds a new special page for multi-upload and improves drag-and-drop upload in VisualEditor
InstallationEdit
- Download and place the file(s) in a directory called
EnhancedUpload
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'EnhancedUpload' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.