Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 03:11 UTC
Updated:
27 Apr 2009 at 23:40 UTC
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
Comment #1
quicksketchImage 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).
Comment #2
Heilong commentedI 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...
Comment #3
quicksketchLike I said it's currently the best shot at multiple uploads. I'd suggest following the issue I mentioned in #1.
Comment #4
quicksketchMarking 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.