Messages.DimensionsTooLarge Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

PHP
public function getDimensionsTooLarge() {
}

public function setDimensionsTooLarge($value) {
}

Property 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:

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

Default value is "The image '[name]' is too large to be selected.".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference