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

uploadPane.addFilesButtonText Property

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.

Default value is "+ Add more files".

See Also

Reference