Multi image uploading per CCK field (image_fupload only allows on 1 field)
armyofda12mnkeys - October 21, 2009 - 07:20
I was wondering what is best solution for doing something like this:
I have a custom cck content type 'Image Gallery - Before/During/After',
where there are 3 main cck fields added, a multi image field for a Before section, a During, and After section which will be templated and displayed in the node.
I noticed best solution people plugging for mass-uploading multi images is image_fupload module, but that only allows 1 multi field upload per content type, so cant have it in 3 sections...
Any other widgets do the same kinda job?
Thanks for any guidance!,
Ari

I am kind of keeping track on
I am kind of keeping track on this, and there doesnt appear to be. Hopefully someone will post and prove me wrong :)
Here are the available batch upload solutions for Drupal
I've been looking for a usable batch upload solution for one of my clients. I've tried:
- Image FUpload http://drupal.org/project/image_fupload
- jUpload http://drupal.org/project/jifupload
- Aurigma Uploader http://drupal.org/project/aurigma
- Imagefield Zip http://drupal.org/project/imagefield_zip
I don't currently know of any other batch upload solutions for Drupal. I haven't tried using any of them in a node type that has more than one multi-image field.