Aurigma Image Uploader Flash 7.2.9
statusPane.sendingText Property
Gets or sets the caption of the Uploading label.
Syntax
JavaScript
Initialize
$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();
Property Value
Type: String
The caption of the Uploading label.
Default value is "UPLOADING...".