Drag and Drop Support

14 Aug 20181 minute to read

The FileExplorer allows files to be moved from one folder to another by using drag and drop. It also supports uploading a file by dragging it from Windows Explorer to a folder in the FileExplorer control.

You can enable or disable this support by using “allowDragAndDrop” API of FileExplorer.
The dragStart, drag, dragStop and drop events occur in the mentioned order when a drag and drop operation is performed.

  • HTML
  • <ej-fileexplorer id="fileExplorer" path= "http://js.syncfusion.com/demos/ejServices/Content/FileBrowser/"
        ajaxAction="http://js.syncfusion.com/demos/ejServices/api/FileExplorer/FileOperations" 
        [allowDragAndDrop]="false" style="display:block">
    </ej-fileexplorer>