Closed (works as designed)
Project:
Plupload integration
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 15:03 UTC
Updated:
20 Apr 2012 at 07:08 UTC
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
Comment #1
slashrsm commentedPatch 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.
Comment #2
4kant commentedThanks,
I switched over to this module: http://drupal.org/project/multiupload_imagefield_widget.