vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews

Results 101 vue-dropzone issues
Sort by recently updated
recently updated
newest added

image thumbnail can't be displayed if its extension is ".PNG" for example

For some reason, this is a basic setup and I am getting this result. ![image](https://user-images.githubusercontent.com/51720003/96355957-080b9080-10b6-11eb-90d8-be05854460d0.png) Should you need some code from me, please let me know. However, the file type...

I am using Vude-Dropzone + Express.js + Multer. No problem to upload single file, but for multiple file it give me error "MulterError: Unexpected field". ```javascript data: function() { return...

URL seems to have changed, current path leads you to the landing page, not the docs

I have a project in which i want to use this package for multiple file upload. I have a api which uploads multiple files using files array. So i want...

awaiting feedback

versions: "babel-polyfill": "^6.26.0", "vue": "^2.6.12", "vue2-dropzone": "^3.6.0", ... in Dropzone.vue import {vue2Dropzone} from 'vue2-dropzone' import 'vue2-dropzone/dist/vue2Dropzone.min.css' .... My client wants to support ie11 so I must use [email protected]. I installed...

i need to get the key returned from amazon after uploading the file but i can see that u only return the file location in the payload

As Vue 3 has RC It will be a good idea to add support for Vue 3. Currently, if we use this package with Vue 3 we are getting error....

I was trying to do some API requests after the uploading is finished and i noticed that ```@vdropzone-complete-multiple``` event is triggered multiple times. `````` Options: dropzoneOptions: { url: '/admin/files/upload', thumbnailWidth:...