uploadProgressDialog.minutesText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

Gets or sets a text for the minutes unit in the uploading files dialog.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        minutesText: "minutes",
        //...other params...
    }
})

Property Value

Type: String

The text of the minutes unit in the uploading files dialog. As this string is inserted at the end of a sentence, you should specify it without capitalization.

Default value is "minutes".

Remarks

Note

This string is used when the timeFormat value contains Appearance=Words setting.

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

See Also

Reference