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
trafficstars

Is there a way to do this? From the Dropzone docs: > If you don’t like the default browser modals for confirm calls, you can handle them yourself by overwriting...

resolved with 3.7

I am trying to display images using the manuallyAddFile() method. However, I could not display the images for some reason. Here are my codes: *Do Note that I am passing...

resolved with 3.7

![image](https://user-images.githubusercontent.com/20349017/69019403-7dc13500-09eb-11ea-8e55-caee302dc0ee.png) ![image](https://user-images.githubusercontent.com/20349017/69019427-93cef580-09eb-11ea-9d6b-a28886089754.png) ![image](https://user-images.githubusercontent.com/20349017/69019439-a34e3e80-09eb-11ea-8f03-2f669fc4352d.png) data.filelist = []; The console has output progress every time the file is uploaded, but the HTML does not render progress bar; Do not know why?

awaiting feedback

Followed steps written on documentation. - npm install vue2-dropzone ``` import vue2Dropzone from 'vue2-dropzone' import 'vue2-dropzone/dist/vue2Dropzone.min.css' export default { name: 'app', components: { vueDropzone: vue2Dropzone }, data: function () {...

awaiting feedback

Is there a way to check max file size for all files together? For example, we have max file size set to 20MB so the user can attach either one...

awaiting feedback

Can anyone let me know how can I change the remove link position? As u can see below I am having a custom delete button which I want to make...

awaiting feedback

I want to prevent user from uploading multiple files, things I tried: 1. I tried to set `uploadMultiple` to false but still no results. 2. I tried to invoke `disable`...

enhancement
AWS S3

How can I manually add base64 string in the dropzone?

resolved with 3.7

I set the `addRemoveLinks` option to `true` on my `vue-dropzone` component. The remove's link appear and clicking it cause the upload file to be removed from the widget, but still...

enhancement
AWS S3
resolved with 3.7

version : `3.6.0` thank for awesome package. i add files manually and its ok 👍 ```js nazer.project_pictures.forEach(element => { this.nazerManuallyUpload(element.file, element.url); }); ``` ![image](https://user-images.githubusercontent.com/11253027/74131817-6f557480-4bfa-11ea-93ed-cf038635e4d3.png) but when i want to use...

resolved with 3.7