Gets or sets a message which states that the upload failed because the connection was broken.
$au.uploader({ messages: { //...other params... uploadFailed: "Upload failed (the connection was interrupted).", //...other params... } })
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).".
Typically, this error occurs when timeout expires (either server-side or client-side).
This property is necessary for localization of ActiveX/Java Uploader.