Gets or sets a text of the Add files hyperlink.
$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();
Type: String
The text of the Add files hyperlink.
Default value is "Add more files".