addFilesProgressDialog.currentFileText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the label which displays a name of the currently processing file.

Syntax

JavaScript Initialize
$au.uploader({
    addFilesProgressDialog: {
        //...other params...
        currentFileText: "Processing file: '[name]'",
        //...other params...
    }
})

Property Value

Type: String

The text of the Processing file label. It can contain the following placeholder:

[name]
replaced by the name of the currently processing file.

Default value is "Processing file: '[name]'".

Remarks

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

See Also

Reference