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

When i uploaded images minor 1mb the resquest https://httpbin.org/post response well, but if a upload images mor than 2, 3 or 3mb the request to https://httpbin.org/post was canceled or never...

When I try to use the `vue-dropzone` library to upload a .HEIC file I get the an error that I can't identify the cause. ![my_ss](https://user-images.githubusercontent.com/17774383/140509686-473b9d0a-9b86-4323-96e4-8a500f2bba20.png) I'm currently trying to set:...

I'm adding a file manually using the following commands and i see that the `vdropzone-queue-complete` gets fired ``` mounted: () { var file = { size: 123, name: "Icon", type:...

como puedo personalizar este confirm nativo dictRemoveFileConfirmation: "Quieres eliminar este foto?" por un dialog mas personalizado, yo uso vue.js

I am trying to add image manually but when using blob URL is not append in src, when I add ektension name ex [ let url = window.URL.createObjectURL(new Blob([res.data])) +'.jpg'](url)...

Hi people, I'm having a problem getting the URL where the image is stored, using the hook @vdropzone-complete I get back a giant text in base64, and I've tried many...

Hello, i am working on laravel-vue application and also use vue2-dropzone package. can i rearrange images when uploading? is it possible or any option for it. **Thanks in advance!**

i have one input vue-dropzone and set acceptedFiles to `'image/*,video/*'` is it possible to set the maxFileSize for each image and video file?

When `resizeWidth` option is set, the file which is uploaded to S3 is not resized. Just FYI: The file which is received by `url` endpoint is resized, this means the...

enhancement
AWS S3

Hi, Thanks for this module, this is a great module, I was wondering there is way to pass our custom $axios instance to options so that whatever we updated in...