vue-dropzone
vue-dropzone copied to clipboard
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
It is possible to create a delay between to send file? Look the example bellow: https://theraloss.com/dropzonejs-upload-items-with-delay-between-them
Hello everyone, I need help with the component. I'm trying to limit the allowed image size for upload. I have already tried adding the "maxFilesize" property in the "options" section,...
I've tried to research more but still didn't come up with a solution. I'm using vue. As of the moment, I have this in my template. Everything works fine. The...
I used Cognito and wanted to use federated identity to upload files. I'm wondering if there's any implementation here that doesn't use pre signup URL.
Hi, i tried to use removeFile successfully to delete, but when i moved to a different route. removeFile returns to action
there is any option for addDownloadLinks ? so we can remove and we can download the file.
I have set my options with `maxFiles: 1` and when I drop more than 1 file I get a message `You can not upload any more files.` but I still...