This documentation is for the old version. Go to the latest Upload Suite docs

uploadProgressDialog.reconnectionText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets text of the label visible between connection attempts if upload was failed.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        reconnectionText: "Upload failed. Waiting to reconnect...",
        //...other params...
    }
})

Property Value

Type: String

Text of the Reconnection label.

Default value is "Upload failed. Waiting to reconnect...".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference

Manual