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

Messages.UnexpectedError Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a user-friendly message for errors which are meaningful to website developer only.

Syntax

PHP
public function getUnexpectedError() {
}

public function setUnexpectedError($value) {
}

Property Value

Type: string

The user-friendly error message. To disable this message, set it to an empty string.

Default value is "Image Uploader encountered some problem. If you see this message, contact web master.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference