Gets or sets the caption of the Uploading label.
$au.imageUploaderFlash({ statusPane: { //...other params... sendingText: "UPLOADING...", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').statusPane().sendingText(value); value = $au.imageUploaderFlash('uploaderID').statusPane().sendingText();
Type: String
The caption of the Uploading label.
Default value is "UPLOADING...".