Aurigma ActiveX/Java Uploader 8.0.42
addFilesProgressDialog.currentFileText Property
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.