Gets or sets a text of the label which displays a name of the currently processing file.
$au.uploader({
addFilesProgressDialog: {
//...other params...
currentFileText: "Processing file: '[name]'",
//...other params...
}
})
Type: String
The text of the Processing file label. It can contain the following placeholder:
Default value is "Processing file: '[name]'".
This property is necessary for localization of Image Uploader.