uploadPane.addFilesButtonText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the button which shows the Open File dialog.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    uploadPane: {
        //...other params...
        addFilesButtonText: "+ Add more files",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().addFilesButtonText(value);
value = $au.imageUploaderFlash('uploaderID').uploadPane().addFilesButtonText();

Property Value

Type: String

The caption of the button which shows the Open File dialog. If you pass an empty string, the button will be hidden.

Default value is "+ Add more files".

Remarks

To hide the Open File button, set the caption to the empty string.

See Also

Reference