Directory

FileDropTargetAndSelector Add-on - Vaadin Add-on Directory

FileDropTarget extension with single and multi file selector support FileDropTargetAndSelector Add-on - Vaadin Add-on Directory
FileDropTargetAndSelector is a UI component extension for Vaadin 8.1+. !!! See also https://github.com/vaadin/framework/issues/9974 !!! Workaround with UI.setMobileHtml5DndEnabled(true); seems to work for now It extends Vaadin's FileDropTarget (since 8.1) extension with file selector capability and uses the same api to transfer the selected file(s) to the server. This extension simple uses following approach to get the selected file or files, and passes the FileList to Vaadin's FileDropTargetConnector: [Using files from web applications](https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications)