pupload Plupload Widget - upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms.

  1. Documentation
  2. Change Log

Yii widget wrapper for Plupload: http://www.plupload.com/ Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

Documentation

Requirements
  • Yii 1.1 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

$this->widget('application.extensions.Plupload.PluploadWidget', array(
   'config' => array(
       'runtimes' => 'flash',
       'url' => '/image/upload/',
   ),
   'id' => 'uploader'
));

Change Log

10 6
16 followers
3 415 downloads
Yii Version: 1.1
License: (not set)
Category: User Interface
Tags:
Developed by: gazbond
Created on: Feb 13, 2010
Last updated: 12 years ago

Downloads

show all