Extension:Upload2Commons
![]() Release status: beta |
|
---|---|
Implementation | MyWiki |
Description | Allows uploading local files to a remote wiki using OAuth |
Author(s) | Antoine Lamielle (0x010Ctalk) |
Latest version | 0.1.0 (2019-02-23) |
MediaWiki | |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The Upload2Commons extension allows uploading local files to a remote wiki using OAuth.
InstallationEdit
- Download, extract and place the file(s) in a directory called
Upload2Commons
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Upload2Commons' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.