vue-dropzone
vue-dropzone copied to clipboard
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
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.  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...
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:...