statusPane.preparingText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets the caption of the Preparing label.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    statusPane: {
        //...other params...
        preparingText: "PREPARING...",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').statusPane().preparingText(value);
value = $au.imageUploaderFlash('uploaderID').statusPane().preparingText();

Property Value

Type: String

The caption of the Preparing label.

Default value is "PREPARING...".

Remarks

To hide the Preparing label, set it to the empty string.

See Also

Reference