Is there any module that can be combined with ImageField to have a multiple upload functionnality when a field got multiple values, I tried ImageFUpload but it seems not working very well.
I would thinking about a widget which can be added to ImageField when creating the field using CCK, but I also didn't find anything...
Any ideas ?
Thanks,

Comments

quicksketch’s picture

Image FUpload is the best shot at this currently. The maintainer is working on updating the code to work with the latest versions of FileField currently, though I'm not sure how long this will be. See #412640: Provide Compatibility With New ImageField 3.x (RC versions).

Heilong’s picture

I tested it, it's working with the latest version of ImageField and FileField (6.x-3.0-rc1). But a few things are quite buggy, cancelling uploads will not reset the files counter to zero, or no preview of the article nor return button when editing the files...

quicksketch’s picture

Category: feature » support
Status: Needs work » Active

Like I said it's currently the best shot at multiple uploads. I'd suggest following the issue I mentioned in #1.

quicksketch’s picture

Status: Active » Fixed

Marking this support request as fixed (to the best of my knowledge). Bulk uploading of images will need to come from an external module as it requires a large amount of code to implement.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.