vue-upload-component
vue-upload-component copied to clipboard
Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
id 文件id 类型: String | Number 只读: false 默认值: Math.random().toString(36).substr(2)
Let's say I have array of files, that are coming from API. How can I correctly add them to the uploader instance?
I was trying to add vue-upload-component to my existing project and experiencing weird errors like "openblock is not defined" and "defineComponent" is not defined. Then I added vue-upload-component to a...

Vue3 Support
Hello! Do you have any idea to do with support for vue3? Tks!
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...
HI, I have taken a pull of your complete code but it is giving error on while using the command - npm run dev. I have already installed the cross-env...
How to fire upload file select from other button? thanks
We need this feature for chunked upload processing with dedicated callbacks in our application.