Extension:Uploadify

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear app error.png
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]
Commit history
Note:
No localisation updates are provided by translatewiki.net.

README

Added rights

uploadify

Hooks used
SkinBuildSidebar
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.

See also [edit]