Plupload integration


Provides integration between for the Plupload widget to upload multiple files and Drupal. Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the capabilities of the client computer.
This is a brand new project and is under active development.
The current code is somewhat of a proof of concept that does a very simple thing: a single setting page, a single upload page, and content goes into an imagefield on a single node using the HTML5 or HTML4 widgets. It assumes your allowed file extensions jpg,gif,png,jpeg.
Known problems
This should probably use one of the jQuery loaders and should probably put the javascript into the sites/all/libraries directory. Please, make an issue suggesting which jQuery loader is the best.
Roadmap

  • Make the basic features table - in this phase I don't plan any fancy integration, but want the module to work well for the simplest case and then we can have a full release.
  • Allow for tagging the images based on something like a URL parameter and perhaps flexible addition of information like OG groups.
  • Perhaps provide some of the other widgets like

read more