Gets or sets a value indicating whether internal drag-and-drop operations are supported.
$au.uploader({
//...other params...
enableDragAndDrop: true,
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').enableDragAndDrop(value);
value = $au.uploader('uploaderID').enableDragAndDrop();
Type: Boolean
If true, a user can use drag-and-drop to:
ThreePanes layout;Otherwise, only external drag-and-drop (from Windows Explorer, Finder, or other shell) operations are supported.
Default value is true.