uploadProgressDialog.estimationText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the label which displays estimated time of the upload.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        estimationText: "Estimated remaining time: [time]",
        //...other params...
    }
})

Property Value

Type: String

The text of the Estimated remaining time label. It can contain the following placeholder:

[time]
replaced by the estimation of how much time is left.
Note

Format of the displayed time can be configured via the timeFormat property.

Default value is "Estimated remaining time: [time]".

Remarks

Note

The estimation of the upload time may be quite inaccurate and depends on the uploadSettings.progressBytesMode.

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference