Import MANY Images into ONE Imagefield
Jan Krummrey - January 23, 2009 - 10:14
| Project: | Imagefield Import |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | wulff |
| Status: | active |
Description
Hi,
first of all thanks for the great module. Mass-uploading of images is still a wakness of imagefield.
I was wondering if it were possible to upload many images into one Imagefield and not into many nodes with one image per field. Would that be hard to implement?
Jan

#1
subscribe
#2
subscribe
#3
subscribe
#4
subscribe
#5
Would be nice :)
#6
Yes, for me it was expected behavior :-)
#7
I have done some changes to this excellent module, maybe someone could use them too so I am sending a patch.
- images are all loaded into one node only, not one image one new node
- thumbnails with link on importing page
- added a checkbox to decide whether you want to delete source files or not
- after the node creation you are redirected to it's edition page
- you can define node title
- node's author is now filled before saving
Thumbnails will not work if absolute import path is defined, relative path required. I didn't tried to use taxonomy and it probably will not work too. Image's titles don't works when importing, you have to define them in the standard way in edit node page.
Hope this helps.
#8
Thanks - this looks like good. I was playing around with the jifupload module, but I think I prefer this :) Gave it a quick test and it works well.
Note - you have a call to dsm(). You should remove that :)
#9
I haven't yet looked this patch over--
But it seems like a good idea from the outset.
The module works as it does currently, because it was essentially ported from the old school image module.
I think we need to allow the user to perhaps choose to do either 'one image per node' or 'Import all of these images into one node'.
Thoughts?
#10
I would agree with that - there should be some sort of configuration option.
#11
This could be a nice feature. Marking as a feature request for the dev version.