Imagefield upload with multiple images

Events happening in the community are now at Drupal community events on www.drupal.org.
jromine's picture

I'm using CCK imagefield for attaching images to nodes. I'm allowing multiple images per node, but the user still has to browse and attach each image separately. Is there a multi-upload widget that I could use to improve the user experience?

Comments

uploadify based solution?

apperceptions's picture

Still early stage, but this looks interesting. http://drupal.org/project/uploadify

Based on http://www.uploadify.com/

image_fupload

gclicon's picture

I'd recommend checking out: http://drupal.org/project/image_fupload

Its based off of swfupload (http://code.google.com/p/swfupload)

I use it for a simple photo gallery and it works great!

--
German

ImageX

christefano's picture

greggles has added Imagefield support to Multiple Image Upload (aka "ImageX"). I think this is the module that was demonstrated at the LA Drupal meetup in Santa Monica last month.

For staff-type roles, you can use Imagefield Zip support. As the name suggests, it enables multiple images by uploading a zip archive. I've used it with great success.

There are also the Image FUpload and jUpload projects but I haven't used them.