Plupload v1.5.4

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.

 
Download

Download

Download plupload and start uploading.

 
Examples

Examples

Some examples of implementations of Plupload.

 
Documentation

Documentation

Check out the documentation if you have problems.

 
 

About Plupload

The developers of TinyMCE brings you Plupload, a highly usable upload handler for your Content Management Systems or similar. Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation.

Need a complete file or image manager for your website? Check out MCFileManager and MCImageManager!

Features

This table shows the availability of the different features in each available runtime.

Feature Flash Gears HTML 5 Silverlight BrowserPlus HTML 4
Chunking 1
Drag/Drop 2
PNG Resize 3
JPEG Resize 3
Type filtering 4
Stream upload
Multipart upload 5
File size restriction
Upload progress
Custom headers
  1. Chunking is properly supported in Chrome. On most part in Firefox 4+.
  2. Drag/drop support of files is currently only available in Firefox and WebKit. Safari on Windows has some strange problems and requires workaround.
  3. Image resizing is only possible on Firefox 3.5+ (with fixed quality) acnd Chrome. Safari/Opera doesn't support direct data access to the selected files.
  4. File type filtering is currently not supported by all browsers. But we fill the HTML 5 accept attribute so once the support is there it will work.
  5. Multipart upload is only supported in Gecko and WebKit.

Latest News


News from our Blog about Plupload.

Plupload 1.5.4

Thu 12/4 2012 19:58

Security fix: Disable scripting on swf loaded from another domain

We used to do: Security.allowDomain("*"); in Flash, so that it was possible for example to load swf from CDN and still script it. But recently we were told that this was quite a bad idea and could open doors for CSRF attack (thanks t [...]

Read more

Plupload 1.5.3

Thu 5/4 2012 10:15

Plupload in IE10

It would have been probably great if I could say that we worked hard to make it work there (well we did, but it wasn't specifically for IE10), spent hours debugging stuff on just another damned IE, etc, etc... But the reality turned out to be more wonderful and miraculous then the [...]

Read more

Plupload 1.5.2

Mon 9/1 2012 12:27

Immediately stop uploading
Despite of having uploader.stop() method, there was no way to immediately stop upload procedure, especially in Flash and SilverLight runtimes. Real stopping was possible only with chunking enabled and only after the chunk that was being currently uploaded was finished. Now [...]

Read more

Plupload - Making multiple uploading easier than ever.
 
Fork me at GitHub