vue-clip
vue-clip copied to clipboard
Simple and hackable file uploader for VueJs. Supports Vue >= 2.1
How can i load files already existing on server? Lets say i refreshed page and dont want to loose already uploadef files. I have backend endpoint that returns array of...
Hi, I know this is not an easy request / question, but here it is: Where can I have access to the file before the server being hit? I just...
related issue: https://github.com/thetutlage/vue-clip/issues/28
This dependency was not found in node_modules: jquery
Hello! Great plugin, thanks! One problem so far - setting uploadMultiple: false doesnt seem to have any effect - Im still able to select multiple files in the file selector...
Hi, is there any simple way to prevent double a click from opening the file browser dialog twice?
When I upgraded to Vue 2.2.6 I started to receive this warning: ``` [Vue warn]: Failed to mount component: template or render function not defined. (found in ) ``` It...
Just started using this component, and so far love the amount of flexibility to customize it. Would it be possible to provide support for retries so if an error happens...
I am trying get this package to work with vue-clip: https://github.com/silverwind/uppie any hints? Can this be integrated? Cheers Max
Sometimes you don't want to have a separate drop area from the area you display images. You'd just drop a new image among the already existing ones, perhaps placing them...