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