Gets or sets a text on the status pane which is displayed when at least one file is added to the upload pane.
$au.uploader({
statusPane: {
//...other params...
filesToUploadText: "Files selected to upload: [count]",
//...other params...
}
})
Type: String
The text stating how many files are added to the upload pane. It can contain the following placeholder:
Default value is "Files selected to upload: [count]".
This property is necessary for localization of Image Uploader.