Gets or sets a value indicating whether the button which shows the Open File dialog is enabled.
$au.imageUploaderFlash({ //...other params... enableAddingFiles: true, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').enableAddingFiles(value); value = $au.imageUploaderFlash('uploaderID').enableAddingFiles();
Type: Boolean
If true
, a user can add files to the Upload Pane. Otherwise, files cannot be added.
Default value is true.