Posted by jromine on June 9, 2010 at 5:12am
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?
Still early stage, but this looks interesting. http://drupal.org/project/uploadify
Based on http://www.uploadify.com/
image_fupload
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
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.