Aurigma ActiveX/Java Uploader 8.0.42
messages.serverNotFound Property
Gets or sets a message which states that the server, specified in the uploadSettings.actionUrl parameter cannot be found.
Syntax
JavaScript
Initialize
$au.uploader({
messages: {
//...other params...
serverNotFound: "The server or proxy [name] cannot be found.",
//...other params...
}
})
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.