Is there a modules can batch upload or import multi images for drupal 7?
Thanks.

Comments

jczuo’s picture

I really want to know that, too.
Anybody have idea?

geshan’s picture

subscribe.

fonant’s picture

The Feeds module can do this.

1) Create a CSV file with two fields, "Title" and "Image". The Title should be the title for the image, and Image should be the pathname of the image.
2) Create a new content type with an image field, called "Image".
3) Clone the provided node import feed from the Feeds module.
4) Edit the feed to create Image nodes, and map the CSV fields "Title" to the node title and "Image" to the image field.
5) Import the CSV "feed".

If you have other image data, you could add additional fields to the CSV and map them to node fields as needed.

http://www.fonant.com - Fonant Ltd - Quality websites

tejaspmehta’s picture

what should be set in pathname that it will automatically upload image to our node ?

luuuukke’s picture

subscribe

mcfilms’s picture

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com