This documentation is for the old version. Go to the latest Upload Suite docs

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...".

See Also

Reference