Gets or sets the caption of the button which shows the Open File dialog.
$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();
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".