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.

Refresh plupload

I'm using plupload. How do you reset the uploader after the transfer queue completes, so the user can upload more …

plupload
How do I return data via Ajax using Plupload on Upload Complete?

I've been trying for the last few hours to get something... anything back from the pluploader upon completion of the …

php jquery plupload
Manually trigger 'open file dialog' using plupload

I'm using plupload to client scaling of pictures before they are uploaded. I like the feature that it gracefully falls …

javascript plupload
How to use the plupload package with ASP.NET MVC?

I am using plupload version 1.3.0 More specifically how I have to define my controller action to support chunking? Can I …

asp.net-mvc asp.net-mvc-2 plupload
How do I make Plupload upload directly to Amazon S3?

How do I configure Plupload properly so that it will upload files directly to Amazon S3?

amazon-s3 plupload
How to upload files to a Amazon S3 bucket subfolder via POST?

I'm using plupload 1.4.2 to upload files directly to an Amazon S3 bucket. The question is, how can I upload them …

php amazon-s3 plupload
plupload - send another request parameter with uploaded file

plupload creates nice ids in file object. How this id can be sent to the upload script? The upload script …

javascript file-upload upload plupload
How to load a PDF into a blob so it can be uploaded?

I'm working on a testing framework that needs to pass files to the drop listener of a PLUpload instance. I …

javascript pdf blob plupload
How to handle file upload chunks on the server (Plupload/Spring MVC)?

On our client, it is possible to be uploading large files. We want to use chunking to reduce the size …

java spring file-upload plupload chunking
How to get plupload to remove a file from queue?

I have literally been trying to figure this out for the past 5 hours. I have tried countless methods that I …

javascript jquery file-upload plupload