Gets or sets a message which states that the width or height of the selected image is too large.
public function getDimensionsTooLarge() { } public function setDimensionsTooLarge($value) { }
Type: string
The message which states that the width or height of the selected image is too large (i.e. exceeds the MaxImageWidth or MaxImageHeight property). To disable this message, set it to an empty string. It can contain the following placeholder:
Default value is "Dimensions of '{0}' are too large, the file wasn't added. Allowed maximum are {1}x{2} pixels.".
This property is necessary for localization of HTML5/Flash Uploader.