Extension:Upload2Commons

From mediawiki.org
MediaWiki extensions manual
Upload2Commons
Release status: unmaintained
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
  • $wgUpload2CommonsApiUrl
  • remoteuploadown
  • remoteupload

The Upload2Commons extension allows uploading local files to a remote wiki using OAuth.

Installation[edit]

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