Closed (won't fix)
Project:
Image
Version:
6.x-1.x-dev
Component:
documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2009 at 00:58 UTC
Updated:
21 Dec 2010 at 02:02 UTC
Is there a way? I have tens thousands of images that needs to go up, how do I upload more than 50 at once?
Thanks!
Comments
Comment #1
joachim commentedDoes image import only do 50 at a time?
You're going to have to code something yourself.
What kind of system would be better for that many images?
Off the top of my head, I would say either:
- something that just names each node the same as the filename
- something that looks at a simple text file to tell it the node name to use for each file, in the same sort of way as http://drupal.org/project/bones
Comment #2
Hetta commentedImage import can manage hundreds at a time.
The constraint is in the machine's allocated memory ...
... or roll a one-off php script that puts things into their right spots, within drupal.
Comment #3
sunFor "tens of thousands" of images, you need custom code, and ideally a developer who knows what (s)he's doing.
Comment #4
sunHowever, see also #993042: change number of imported images