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
**Thank you** for your wonderful work on vue-upload-component! ```html {{ file.size | formatSize }} ``` Are you using some 3rd party library for such filters? I don't see such filter...
I am uploading directly to Google cloud storage buckets using a signer URL, occasion 500 errors are thrown and the advice seems to be retry with some form of exponential...
When a file is selected from file dialog, `file.file.type` is populated with file's mime type. However, when the same file is dropped, `file.file.type` is empty. The solution should involve working...
Adding a file in certain conditions makes the drop overlay flash as the gif shows. From a Mac you can reproduce this by adding a file from finder, then adding...
When post action is not set, component uses default value instead of stop sending post action. It yields with console log error. I want to send my own post action...
这是我的一些配置,开始和结束都有传参数,但是为什么upload就没有参数传送,不知道是哪里没有配置、 ` 上传文件 `
I am trying to allow images and pdf only through this component, but it only allow image type not pdf.is there any provision to allow pdf upload with images i...
I am using the upload component as part of a v-dialog, I am trying to upload multiple files in a single call to the server, this is how I came...
Hi, the example from page https://lian-yue.github.io/vue-upload-component/#/en/examples/avatar isn't the same from this git, could you upload the code? Thanks
The documentation as of now lacks a sample example of uploading files to S3 bucket. All it says in the documentation is an upload url - "upload/post" which fails to...