Module to recognize batch FTP images
anphil - April 25, 2009 - 20:26
Hi there,
Does anyone know of a module (or can suggest the best way to go about this?) that will allow me to upload many images at once through FTP and somehow recognize these files and automatically put them into a gallery of some type? I will need to be able to add data like image descriptions, prices, etc. How hard is this?
Thanks so much!

If you are using the image
If you are using the image module and its image_gallery module, it includes an image_import module for this. See:
http://drupal.org/project/image
http://drupal.org/handbook/modules/image
If you are using the imagefield module for a cck-based solution, there is a similar module:
http://drupal.org/project/imagefield_import
Thank you!
Thank you!