Gets or sets a caption of the Cancel button.
$au.imageUploaderFlash({ //...other params... cancelUploadButtonText: "Cancel", //...other params... })Get/Set Value at Runtime
$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 HTML5/Flash Uploader.