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

topPane.addFilesHyperlinkText Property

Gets or sets a text of the Add files hyperlink.

Syntax

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

Property Value

Type: String

The text of the Add files hyperlink.

Default value is "Add more files".

See Also

Reference