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
Right now, there is no mention about renaming the folder once its uploaded. Is it possible to do it with the library out of the box?
In documentation, I saw `@input="updatetValue"`. I think this one probably maybe a typo; `updatetValue` --> `updatedValue`
hi I generate multi component with v-for and inside each component use file-upload with different data="" but just work first component and not fire upload other component. ``` ```
Using $refs to set a dropActive prop is not ideal as $refs is not reactive. I would suggest emiting an event. Simplest way to do it would be to add...
I'm using vue-upload-component inside vue-js-modal component: ``` Load files Drop files to upload ``` When I'm opening a modal and trying to drag files - the .drop-active doesn't showing up...
This should resolve #333 and #254. And for anyone who's having trouble; until this is merged you have two options: #### Workaround 1 Use my package that fixes this issue...
Kind @lian-yue, Thank you for the great package. I already managed to upload files, but was missing a to_user record to create the message for the receiver, that is why...
你好,想请教一点问题 我在使用本示例进行分片上传操作时发现,上传小型的txt文件可以返回 success 的状态,当我试图上传 30M 的 .gz 压缩文件,状态栏显示为 size 。请问这是什么原因? 原始的代码,在上传的时候不能通过修改 post_action 进行 URL 修改,所以我使用 :custom-action="customAction", 进行 axios post异步通信,并且修改了 extensions 和 accept ,其他地方没有改动。 还有一个问题,file-upload 中,:chunk = "{action: }" 是什么作用? 感谢解答!
I'm trying to validate the image dimension but there is no dimension validation configuration available in your document.
I want to upload images with some input in my form in one request. How can I do that? Did anyone know please help!