Developing the site, which will contain a large number of copyright photos. What are the known ways to store large numbers of images that are inserted with Drupal.
Thanks

Comments

devenderdagar’s picture

Hey

You can use CCK Image module and then create a new content type or with existing content type, add a new image field and then make it multiple entries while configuring this field. then you can add as manyas many images.

I hope it will help you.

Take care

Devender

WorldFallz’s picture

One minor clarification: cck's image module is named "imagefield", the 'image' module is not cck based.

aleksei.tarasov’s picture

Question resolved. devenderdagar, thanks for the help. WorldFallz, thanks for the clarification