How to Attach Images to a Drupal Node

You can attach images to Drupal nodes using a CCK extension module ImageField.

ImageField module provides a CCK upload field for images. Attaching images to nodes through CCK gives you the flexibility as to how you display your images and you can restrict access permission to a specific group of users.

With ImageField you can upload multiple images at a time, configure resolution and size restrictions and integrate with Views.

Per default, ImageField does not include thumbnail generator, but there are numerous complementary Drupal modules to achieve this.

Download ImageField and related modules.

Know the answer? Share it!

Your answer will appear immediately.