Gets or sets text of the label visible between connection attempts if upload was failed.
$au.uploader({
uploadProgressDialog: {
//...other params...
reconnectionText: "Upload failed. Waiting to reconnect...",
//...other params...
}
})
Type: String
Text of the Reconnection label.
Default value is "Upload failed. Waiting to reconnect...".
This property is necessary for localization of ActiveX/Java Uploader.