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