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) Tobias.strebitzerTalk
Last version 0.5.0 (02.11.2011)
MediaWiki 1.16
PHP 5.3
License GPL
Download zipball
Readme
Changelog
Tags
Batch Upload, Multiupload, Upload, Uploadify
Hooks used
SkinBuildSidebar

Check usage (experimental)

This extension is broken and does not work. See the talk page

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

[edit] Usage

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.

[edit] Download instructions

Download the extension from here and upload the contents into "/extensions/Uploadify".

[edit] Installation

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.

[edit] Configuration parameters

No configuration parameters needed. If you get an "Invalid file type." message, see Manual:$wgFileExtensions.

[edit] Files

Provided here only as a backup. For the most current version of Uploadify which you should use, see github.com

[edit] Uploadify.i18n.php

[edit] Uploadify.php

[edit] UploadifyHandler.php

[edit] Read me file

From: [1]


[edit] User rights

The "uploadify" user right allows the user to use the uploadify extension. Users also need the right to upload files. In detail, the uploadify right displays the sidebar and allows file uploads to be done

[edit] Thank You

Credits go to Ronnie Garcia and Travis Nickels for creating the fantastic uploadify jquery extension, as well es to John Resig (jquery developer)

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox