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