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