This question is a copy of a mupload´s issue (http://drupal.org/node/1178644):
"The Image field has a setting 'maximum image size'. With normal upload, Drupal auto-resized images to a given maximum, so huge images are automatically scaled."
There is already a patch for plupload for Drupal 6 (http://drupal.org/node/1060448).
But for Drupal 7 I haven´t found anything useful yet?

Can someone help?

Comments

slashrsm’s picture

Status: Active » Closed (works as designed)

Patch in #1060448: Support for max upload size and resize parameters implements just file size limit. No resize or resolution based functionality is implemented there.

I think such functionalities should be implemented in fields, not in form elements. Plupload is meant to be used with various file types, not just images.

4kant’s picture

Thanks,

I switched over to this module: http://drupal.org/project/multiupload_imagefield_widget.