Extension:Uploadify
| 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 {{extension}} infobox. |
|
Uploadify Release status: unstable |
|||
|---|---|---|---|
| Implementation | Special page, Ajax | ||
| Description | Upload multiple files by using Uploadify upload script | ||
| Author(s) | Tobis Strebitzer (Tobias.strebitzertalk) | ||
| Last version | 0.5.0 (2011-11-02) | ||
| MediaWiki | 1.16+ | ||
| PHP | 5.3+ | ||
| Database changes | no | ||
| License | GPL | ||
| Download | Project page Download snapshot Git [Help] |
||
|
|||
|
|||
| Check usage and version matrix | |||
The Uploadify extension allows select users to bulk upload files from a mediawiki sidebar panel. After the files are successfully uploaded, the extension lists the file uploaded.
Contents |
Usage [edit]
Click on the "Select Files" button in the uploadify sidebar panel and select the files you want to upload. The files will be uploaded simultaneously and the page will not be reloaded. This means you can upload files without leaving a page, for example while editing an article. After an upload is complete, a textbox returns to the uploadify panel with the file link. Clicking the textbox will automatically select the tag to be easily copypasted into your markup.
Download [edit]
Download the extension from here and upload the contents into "/extensions/Uploadify".
Installation [edit]
To install this extension, add the following to LocalSettings.php:
# Allow users to use Uploadify $wgGroupPermissions['user']['uploadify'] = true; # Load the extension require_once("$IP/extensions/Uploadify/Uploadify.php");
Then, create an "upload" directory (folder) within the extension. Otherwise, three errors will be shown.
Configuration [edit]
No configuration parameters needed. If you get an "Invalid file type." message, see Manual:$wgFileExtensions.