i am using image module in drupal.5.x

I don't want people upload the images too big, I have set up the image upload limit is 80k for each image. the problem is when the image was upload over 80k. people will got the message'The image you uploaded was too big. You are only allowed upload files less than 80 KB but your file was xxx KB.

how can I get the system to auto resize the image rather than give a message to let people upload again..???

Anybody can give me some help for this ???? I really love this image module ....so far is the best one I have ever seen.
'

Comments

apsivam’s picture

Check this http://drupal.org/project/imagecache

--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)
www.apsivam.in

freelylw’s picture

hello

Imagecache seems only can change the dimension of the image. what I want is something can automatic change the size of the image. like if I set the maxmium is 50k. when image over 50k will be scal down to 50k automatic.

Can anybody tell me which module can do this ? seems most of them only can change the dimension???

thank you