drop-zone icon indicating copy to clipboard operation
drop-zone copied to clipboard

acceptFiles limits the possible file types to a pre-defined list

Open Jusas opened this issue 3 years ago • 1 comments

This becomes an issue if you have a file type that isn't your run-of-the-mill file and has no matching MIME-type that is defined in @/utils/minetypes . If you have a custom file format for example, you're out of luck because there's no way to limit the dropzone to respect a custom file extension. The only workaround is to accept all types and maybe try to validate it on your own.

I imagine the user should be able to specify any arbitrary file extensions.

Jusas avatar Sep 16 '21 17:09 Jusas

ok, I'll try to schedule it.

darknessnerd avatar Nov 09 '22 14:11 darknessnerd