svelte-file-dropzone icon indicating copy to clipboard operation
svelte-file-dropzone copied to clipboard

Svelte component for fileupload

Results 38 svelte-file-dropzone issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.10 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...

dependencies

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.11.0 to 1.15.2. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​1.15.2 Patch Changes fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)...

dependencies

(demo) deps: bump deps to latest (master) deps: clear security warnings

I have a button in my app that, when clicked, I want the same behavior as when a user clicks the dropzone. Currently, we can't pass any additional data-* attributes...

Any plans to more fully support Svelte 5 now that's in release candidate? The most notable change to bring `svelte-file-dropzone` in line with deprecations etc would just be to replace...

Currently, there is no way to accept entire directories, when user decides to click instead of dropping files. Adding support for "webkitdirectory" prop should fix the issue.

Hello boys. When trying to use your widget, I have found out, that how you are handling **File** type, does not match the spec. Currently: - Full Path of the...