By aleksei.tarasov on
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
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
Multiple Images
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
_
One minor clarification: cck's image module is named "imagefield", the 'image' module is not cck based.
Thanks!
Question resolved. devenderdagar, thanks for the help. WorldFallz, thanks for the clarification