Extension:MultiUpload
|
|
The author of this extension is no longer maintaining it! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extensions}} infobox. |
|
MultiUpload Release status: beta |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Allows users to upload more than one file at a time | ||
| Author(s) | Travis Derouin (TderouinTalk) | ||
| Last version | 2.0 (2010-11-09) | ||
| MediaWiki | 1.16+ | ||
| Database changes | no | ||
| License | GPL 2.0 or later | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
The MultiUpload extension allows users to upload more than one file at a time, the extension tries to recreate all of the functions of Special:Upload as possible.
Contents |
[edit] Installation
- Download the files from SVN or download a snapshot (select your version of MediaWiki)
- Create the folder $IP/extensions/MultiUpload
- Add the files to that folder
- Add to the end of LocalSettings.php (MW 1.16+):
require_once("$IP/extensions/MultiUpload/MultiUpload.php");
- or add to the end of LocalSettings.php (<MW 1.15):
require_once("$IP/extensions/MultiUpload/SpecialMultiUpload.php");
- or add to the end of LocalSettings.php (<MW 1.15):
- Installation can now be verified through Special:Version on your wiki
[edit] Options
[edit] Creating links to the extension
[edit] In the sidebar
To add a link to the sidebar by editing MediaWiki:Sidebar, adding a new line:
** Special:MultipleUpload|multipleupload ("upload files")
or
** Special:MultipleUpload|multiupload-toolbox ("Upload multiple files").
[edit] Replacing 'Upload file' with MultiUpload in the sidebar
In the LocalSettings.php file, right below the last require_once line add:
$wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:MultipleUpload";
[edit] Setting the maximum number of files to upload
To set the number of files to upload at once, Configure $wgMaxUploadFiles in your local settings file, the default setting is 5. The $wgMaxUploadFiles statement must be made after the require_once call. For example:
In MW 1.16+
$wgMaxUploadFiles = 10;
- or in <MW 1.15
-
require_once("$IP/extensions/MultiUpload/SpecialMultipleUpload.php");
$wgMaxUploadFiles = 10;
[edit] Messages
You can change the messages of this extension through pages of MediaWiki namespace starting with multipleupload. For example, [[MediaWiki:Multipleupload-text]] is the message displayed on MultipleUpload special page.
Other messages are:
- multipleupload / multipleupload-desc / multipleupload-ignoreallwarnings / multipleupload-saveallfiles / multipleupload-addresswarnings / multipleupload-page / multiupload-fileuploaded / multiupload-toolbox
[edit] Sites that use MultiUpload
[edit] See also
| Language: | English • Português do Brasil |
|---|
- Unmaintained extensions
- Extensions in need of a new maintainer
- Beta status extensions
- Special page extensions
- Extensions in Wikimedia version control
- UploadComplete extensions
- SkinTemplateBuildNavUrlsNav urlsAfterPermalink extensions
- All extensions
- 2012 Q1 Extension Page Review Drive - completed
- Media handling extensions
- Extensions by Wikihow
- Bulk upload