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

Vue3 Library Component for drag’n’drop file uploads with image previews.

Results 32 drop-zone issues
Sort by recently updated
recently updated
newest added

I have a problem with using typescript with drop-zone I already signed dropzone-vue component inside main.ts file but I get this error inside my component Cannot find module 'drop-zone' or...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Hello, I could not find if it is possible in the docs, but I would like to retrieve the base64 URLs to use the images on a Canvas, the question...

Hi, I have uploaded my image file in Laravel storage and have them in db-table. In main page , I would like to show the respective already uploaded image file...

Style **dropzone__item-controls** conflicts with some modal dialogs because of huge z-index. I fixed this issue using such patch but I think it's better to make some setting for z-index. ```patch...

If I had a server function that could be called with data from a file item (_e.g._ file name, WebKit Relative Path, file length and mime type) and would return...

Hi, I have uploaded my image file in base64 and have them in db-table. In the edit form, I would like to show the respective already uploaded image file in...

how would you customize the layout, put the thumbs out of the container where you click to send images?

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...