Gets or sets a caption of the Cancel button.
$au.imageUploaderFlash({Get/Set Value at Runtime
//...other params...
cancelUploadButtonText: "Cancel",
//...other params...
})
$au.imageUploaderFlash('uploaderID').cancelUploadButtonText(value);
value = $au.imageUploaderFlash('uploaderID').cancelUploadButtonText();
Type: String
The caption of the Cancel button.
Default value is "Cancel".
This property is necessary for localization of Image Uploader Flash.