Top "Plupload" questions

Plupload is a JavaScript library licensed under GPLv2 that 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.

jQuery Plupload restrict number of uploads

I have been working on this code for some time now trying to get it to work properly. I want …

jquery plupload
Plupload how to continue to upload after UploadComplete

I'm using plupload 1.5.7, jQuery Queue Widget, after the upload complete the Add files and Start Upload buttons disappear, replaced by …

jquery plupload
Flash runtime doesn't work in IE8 using PLupload

I have the simple javascript function inside $(function() { ... }); body var uploader = new plupload.Uploader({ runtimes: 'html5,flash,silverlight', browse_button: …

javascript jquery file-upload plupload
plupload error generation

I am trying to solve a problem with plupload where i show an error in the upload window, generated by …

php plupload
Plupload Not Uploading Files

I have a strange problem with the Jquery library Plupload http://www.plupload.com . I have added it to my …

php jquery file-upload plupload
Plupload Html5 preview after Fileselect

http://jsfiddle.net/VjeTk/78/ Using Plupload.com File uploader i want a preview image after file selection for html5 runtime …

jquery html file-upload plupload
plupload get file name after uploading in PHP

I have added the pluploader to my PHP page and Im successfully uploading. On the same page I have a …

php jquery plupload
Remove file from plupload queue?

I am trying to limit the file extensions that can uploaded through plupload. because the filters do not work properly …

javascript ajax file-upload plupload
plupload - limit number of selected files

This is the part of code: inprogress = false; function getid(id) { return document.getElementById(id); } var uploader = new plupload.Uploader({ …

javascript upload limit plupload
how to stop an in-process upload in plupload

up.removeFile(file) works only if the upload is not in progress. Is this a bug, or exists some other …

javascript jquery html plupload