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.
I am using Plupload to upload to S3; My problem is that I want to change names of files, so …
javascript jquery amazon-s3 pluploadI have an upload form with plupload and a checkbox with boolean value after the plupload div. I want to …
refresh pluploadI'm integrating plupload with my ASP.NET MVC3 application, with the following settings: var uploaderSettings = { runtimes: "html5,silverlight,flash,html4", …
html firefox google-chrome file-upload plupload