Extension:QuickUploadZone

MediaWiki extensions manual
QuickUploadZone
Release status: unmaintained
Implementation Media
Description I made this for my private wiki site. Upload file by drag & drop. Easy and quick, no stress, without leaving edit page. 4-way positioning popup.
Author(s) (owlfly12talk)
MediaWiki
License MIT License
Download
README

For now, I preparing for commit source from my old private trunk.

The QuickUploadZone extension.

Installation edit

  • Download and place the file(s) in a directory called QuickUploadZone in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'QuickUploadZone' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.