Gets or sets a text displayed in the progress bar during the upload if the instant upload feature is used.
$au.uploader({
statusPane: {
//...other params...
progressBarText: "Uploading ([percents]%)",
//...other params...
}
})
Type: String
The text displaying a total percentage of the upload progress. It can contain the following placeholder:
Default value is "Uploading ([percents]%)".
This property makes sense only if the enableInstantUpload property is true
.
This property is necessary for localization of Image Uploader.