Have worked on a Drupal site at my school (with a colleague) and managed to get multi file upload of images working beautifully with Galleries.

It looks like this....
http://i43.tinypic.com/s3njoo.jpg

Unfortunately this was about 3 months ago...and now I've started work on my own personal Drupal site...
and I just cannot get this working again...
The file requester looks strange and doesn't allow multiple file uploads.

http://i44.tinypic.com/sxhum0.png

I've put both site modules pages side by side to compare and have these 3 modules enabled on both sites:
Media gallery
Media
Plupload

Can anyone shed any light at all why one install would work and the other does not...there must be something else one has to do besides install these modules?

The modules I have enabled are:

Media 7.x-1.0-rc3 Provides the core Media API
Requires: File entity (enabled), Field (enabled), Field SQL storage (enabled), Chaos tools (enabled), Image (enabled), File (enabled)
Required by: Drupal (Field type(s) in use - see Field list), Media Gallery (enabled), Media Internet Sources (disabled)

Media Gallery
7.x-1.0-beta7 A flexible gallery of media.
Requires: List (enabled), Field (enabled), Field SQL storage (enabled), Options (enabled), Number (enabled), Media (enabled), File entity (enabled), Chaos tools (enabled), Image (enabled), File (enabled), Taxonomy (enabled), Multiple forms (enabled)
Help
Permissions
Configure

Plupload integration module
7.x-1.0-beta3 Provides a plupload element.

Comments

Mavoz’s picture

Discovered this thread over here:
http://drupal.org/node/1115474#comment-4301392
Instructions say:

- First, download the module from http://drupal.org/project/plupload and unpack it in your contributed modules directory (usually sites/all/modules).
- Next, download the Plupload JavaScript library from http://www.plupload.com
- Unzip this library inside your Plupload module directory (e.g., inside sites/all/modules/plupload, so that in the end there is a
sites/all/modules/plupload/plupload directory containing the library).

See the Plupload module's README.txt file for up-to-date instructions.

Unfortunately it still does not work. (Incidently the read me file refers to a different file location...site/all/libraries...but this also does not work for me.)

I will check the folder structure at work tomorrow to see if I can spot any differences...3 hours on this problem is enough for one night:)