vue-clip
vue-clip copied to clipboard
Simple and hackable file uploader for VueJs. Supports Vue >= 2.1
First of all thanks for a great component. I've just spent a few time trying to figure out a problem with my code handling ``vue-clip`` events. It turns out I...
change the cursor style when the mouse is over the ten so it looks like a pointer and makes it easier for users to understand that they can click on...
I am trying to use vue-clip with vuetify and i get the following error I added an undefined check in line 3543 for 'window' , it worked fine. So please...
e.g. i am trying to upload multiple pdf files that comes under accounting category. i can get the pdf file to be uploaded but not accouting with each one of...
How do we manipulate the file name , so that we can save it as a unique file and associate it with user data. If this is possible then I...
Hi! In my options object I've set ```autoProcessQueue: false```. According to the [dropzone documentation](http://www.dropzonejs.com/#config-autoProcessQueue) I need to call .processQueue() explicitly. How do I access this function to process the queue?...
Add optional param ( withCredentials ) to documentation, to allow sharing cookies
`getFile()` could potentially return an empty object. Calling e.g. `updateStatus` on that object will throw an error. I observed this behavior on Firefox. E.g. the `thumbnail`event-handler was invoked after the...
How to control upload buy myself rather than automatic upload after select the file