Aurigma ActiveX/Java Uploader 8.0.33
messages.uploadFailed Property
Gets or sets a message which states that the upload failed because the connection was broken.
Syntax
JavaScript
Initialize
$au.uploader({
messages: {
//...other params...
uploadFailed: "Upload failed (the connection was interrupted).",
//...other params...
}
})
Property Value
Type: String
The string stating that the upload failed because the connection was broken. To disable this message, set it to an empty string.
Default value is "Upload failed (the connection was interrupted).".
Remarks
Typically, this error occurs when timeout expires (either server-side or client-side).
This property is necessary for localization of ActiveX/Java Uploader.