You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
This is a hack of moxie/plupload v2.3.6, so that I can get access to the browser's File object when the user adds files. This is so I can code thumbnail previews. It is not the full repo of code you find at moxie/plupload, but rather just the files you get from the standard download.