By marina_v on
Hi,
I need to set a minimum picture size that user can upload for one of the content type
How could i do it?
Thanks!
Hi,
I need to set a minimum picture size that user can upload for one of the content type
How could i do it?
Thanks!
Comments
imagecache OR image module
You create the images for a node using either technique.
1. I prefer imagecache http://drupal.org/project/imagecache
Add the image via the Content -> Content Types -> [Content type] -> Manage Fields
2. Alternatively, you can use the image module http://drupal.org/project/image & image
Add the image via the Content -> Content Types -> [Content type] -> Edit
Allow image module attachments via "image attach" (image_attach.module) included, and must be enabled, with the image module.
Joe
http://www.hydeinteractive.com/
Local News Platform Built on Drupal
http://sanangelolive.com/
Imagefield works with CCK and
Imagefield works with CCK and allows you to set minimum and maximum dimensions. You can also set maximum allowed file size.
http://drupal.org/project/imagefield
Requires CCK and filefield