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

1) I can upload the Image but I show uploaded images from the server. The actual problem is it shows To Duplication file ### When someone uploads the image if...

Is this package still in maintenance or is it already deprecated? I see that it has no follow-up on issues and I don't know if putting it into production and...

In the [documentation of Dropzone.js ](https://www.dropzonejs.com/#events) it says you can add files to the queue with enqueueFile(file). However, when I do the following: `this.$refs.myVueDropzone.enqueueFile(file)` I get the following error: `this.$refs.myVueDropzone.enqueueFile...

Im trying to set the url dynamically on a dropzone element Im doing var url ='http://myurl' this.$refs.dropzone1.setOption('url', url) the error Im getting is... Uncaught TypeError: Cannot read property 'options' of...

Dropzone.js provides displayExistingFile as a method which allows you to display a 'mock' image you already have on your server. It would be good to have the same method available...

ES5 Compatibility changes for IE, fixes #439. I just converted arrow functions to regular functions and other small changes to get the library running on IE. I currently use Azure,...

Problem: One method of uploading images in excel/google sheets is copying an image and pasting it into a cell. My customers love that feature, but we are moving them out...

How can i avoid fluctuation in progress bar during upload a big file

Hi, Is there an option to set the dropzone element to document.body(or any other dom element using id/class) so drop anywhere is supported? ```javascript // https://github.com/rowanwins/vue-dropzone/blob/237ccc7a562bd5a218c8370c301d9f654796bed9/src/components/vue-dropzone.vue#L189 // when Dropzone is...

feature request

We use an Restful API with JSON-LD support Event if API Response on POST is ![image](https://user-images.githubusercontent.com/59019189/82242356-fd4da380-993d-11ea-94dc-aad4730fe69a.png) The vue-dropzone is only handling JSON response, @context, @id and @type field are ignored...