Matthias Law

Results 4 issues of Matthias Law

### Description OS: macOS Bit Sur (11.4) Browser: Chrome 91.0.4472.114 Trumbowyg: 2.24.0 Vue: 2.6.14 I have this weird issue when using Trumbowyg and Vue2. I have ported the vue-trumbowyg package...

bug:core

**Describe the bug** The [docs](https://docs.dropzone.dev/configuration/basics/configuration-options) state to use `bytes` for `maxFilesize`, but the [code](https://github.com/dropzone/dropzone/blob/f50d1828ab5df79a76be00d1306cc320e39a27f4/src/dropzone.js#L740) appears to want `mb` **To Reproduce** My config is; ```js const config: DropzoneOptions = { url:...

Hi team. I want to get support for duplicate files. I know there is a closed issue (https://github.com/dropzone/dropzone/issues/639) which shows a few solutions to how to get around this, but...

It would be great to have something to allow for uploading of files to the file api. Is there something in the works, or something that I may have missed...