Gets or sets a value indicating whether the uploader accepts files through drag-and-drop operation.
$au.imageUploaderFlash({ //...other params... enableDragAndDrop: true, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').enableDragAndDrop(value); value = $au.imageUploaderFlash('uploaderID').enableDragAndDrop();
Type: Boolean
If true
, a user can use drag-and-drop to add files from Windows Explorer/Finder/other shell (if a browser supports it), otherwise this feature is disabled.
Default value is true.