This documentation is for the old version. Go to the latest Upload Suite docs

Messages.DimensionsTooSmall Property

Gets or sets a message which states that the width or height of selected image is too small.

Syntax

PHP Initialize
public function getDimensionsTooSmall() {
}

public function setDimensionsTooSmall($value) {
}

Property Value

Type: string

The message which states that the width or height of the selected image is too small (i.e. it is less than MinImageWidth or MinImageHeight property). To disable this message, set it to an empty string. It can contain the following placeholder:

[name]
replaced by the name of the file which cannot be added.

Default value is "Dimensions of '{0}' are too small, the file wasn't added. Allowed minimum are {1}x{2} pixels.".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference