Gets or sets a caption of the label which displays the upload propgress information.
$au.uploader({
uploadProgressDialog: {
//...other params...
infoText: "Files uploaded: [files]/[totalFiles] ([bytes] of [totalBytes])",
//...other params...
}
})
Type: String
The text of the Files uploaded label. It can contain the following placeholder:
Default value is "Files uploaded: [files]/[totalFiles] ([bytes] of [totalBytes])".
The estimation of the uploaded and total bytes may be quite inaccurate and depends on the uploadSettings.progressBytesMode.
This property is necessary for localization of Image Uploader.