Drag and Drop Support in EJ 1 Angular FileExplorer
14 Aug 2018 / 1 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.
<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>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page