deakjahn / flutter_dropzone

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

Where can i find all Mime type? #87

Open Trung15010802 opened 1 month ago

Trung15010802 commented 1 month ago

What MIME types does this package support?

deakjahn commented 1 month ago

The package is totally uninterested in MIME types, it just passes it along to the browser. All that the standard seems to say about this is that if the actual MIME type is known, it should be used, otherwise it will be application/octet-stream. See https://html.spec.whatwg.org/multipage/dnd.html#drag-and-drop-processing-model