Messages.ServerNotFound Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that the server, specified in the UploadSettings.ActionUrl parameter cannot be found.

Syntax

PHP
public function getServerNotFound() {
}

public function setServerNotFound($value) {
}

Property Value

Type: string

The string stating that the server, specified in the ActionUrl parameter cannot be found (e.g. the name of this server is misspelled or the server is down). To disable this message, set it to empty string. It can contain the following placeholder:

[name]
replaced by the name of the server which cannot be reached (as specified in the ActionUrl parameter).

Default value is "The server or proxy [name] cannot be found.".

Remarks

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

See Also

Reference