Aurigma Image Uploader 7.0.37
addFilesProgressDialog.totalFilesText Property
Get or sets a text of the label which displays a total number of processed files.
Syntax
JavaScript
Initialize
$au.uploader({
addFilesProgressDialog: {
//...other params...
totalFilesText: "already processed files: [count]",
//...other params...
}
})
Property Value
Type: String
The text of the Already processed files label. It can contain the following placeholder:
- [count]
- replaced by the total number of processed files.
Default value is "already processed files: [count]".
Remarks
This property is necessary for localization of Image Uploader.