deakjahn / flutter_dropzone

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.
https://pub.dev/packages/flutter_dropzone
90 stars 41 forks source link

About multiple upload #16

Closed DiMiTriFrog closed 3 years ago

DiMiTriFrog commented 3 years ago

Is there a way to use DropZone to upload multiple files efficiently? It currently takes a long time.

One more thing, what are the "operation" and "cursor" options for?

deakjahn commented 3 years ago

To determine what kind of cursor you can see when hovering or dragging an item.

The module can only provide what HTML and the browser actually offer: see https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API