Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Overview

Mupload provides a file field (and image field) widget that wraps
a Plupload form element. This means multiple file uploads across
a wide range of browsers. It even supports drag-and-drop.

For a file field (or image field) use the Muploader widget instead of
the default File (or Image) widget.

This module is for Drupal 7 only!

Requirements

A fully configured Plupload module. The developer version is recommended.

Issues

The current version of the Plupload module isn't quite fit for fight. See http://drupal.org/node/1146562 for details. You should apply the patch I've posted over there, or use this version of the module: http://drupal.org/node/1140666#comment-4402928

Installation

Install the module as usual. Nothing will happen, but if you have a file or image field on one of your content types, now you can choose the "Muploader" widget. This will replace the standard one-file-at-a-time button with a fully operational Plupload widget.

Credits

Credits goes to czigor for his "Multiupload Filefield Widget", without
which I would have spend a lot more time figuring out the Drupal 7
file field mechanics.

Check it out here: http://drupal.org/sandbox/czigor/1115362

Also, naturally, the Plupload module (http://drupal.org/project/plupload), without
which I would have had to do it myself.

Finally, my employer, Operate IT, for making the time available.

Oh, and please make some noise for making this a full project. You can do it over here: http://drupal.org/node/1139398

Project information