Gets or sets a title of the dialog displayed displayed during the upload.
$au.uploader({
uploadProgressDialog: {
//...other params...
titleText: "Uploading files to server",
//...other params...
}
})
Type: String
The title of the uploading files dialog.
Default value is "Uploading files to server".
This property is necessary for localization of Image Uploader.