-
Notifications
You must be signed in to change notification settings - Fork 2
Uploadwizard
Yannouk edited this page Jul 5, 2012
·
1 revision
- This extension is developped by MediaWiki developpers. (http://www.mediawiki.org/wiki/Extension:UploadWizard)
- Designed to be deployed on Wikimedia Commons
- The goal is to provide a user friendly interface to upload files, as a step-by-step wizard
- Use JavaScript
- The release r85033 is for Mediawiki 1.17.XX but it seems to be bugged --> the release that we will use is not yet determined, but probably r100.000+
UploadWizard can behave differently for different tasks, it allows defining such sets of configuration, also called campaigns, which can then be put into affect by specifying a single argument in the url via which the UploadWizard is accessed. When navigating to Special:UploadWizard, no campaign will be used, so you will get the default configuration. To get the configuration for a campaign, add ?campaign=name to the url, where "name" is the name of the campaign. More infos: http://www.mediawiki.org/wiki/Extension:UploadWizard/Campaigns
The user can upload many files at the same times, BUT each file has to be selected separately (no folder selection)