statusPane.noFilesToUploadText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets a text on the status pane which is displayed when the upload pane is empty.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    statusPane: {
        //...other params...
        noFilesToUploadText: "No files to upload",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').statusPane().noFilesToUploadText(value);
value = $au.imageUploaderFlash('uploaderID').statusPane().noFilesToUploadText();

Property Value

Type: String

The text stating that the upload pane is empty.

Default value is "No files to upload".

Remarks

To hide the text, set the property to the empty string.

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference