rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

How to set maxfilesize individually in 1 input that accept image and video #605

Open rekhasf opened 3 years ago

rekhasf commented 3 years ago

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?