Gets or sets a message which states that a user cancelled the upload.
$au.uploader({
messages: {
//...other params...
uploadCancelled: "Upload is cancelled.",
//...other params...
}
})
Type: String
The string stating that a user cancelled the upload. To disable this message, set it to an empty string.
Default value is "Upload is cancelled.".
This property is necessary for localization of Image Uploader.