vue-dropzone
vue-dropzone copied to clipboard
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
I tried to the direction right to left, but it failed. please help me
quisiera poder tener un evento click sobre cada archivo que esta en el area para mostrar un pdf en grande de cada file I would like to be able to...
required for typescript compilation
Working fine but not in Chrome. Once I drop a file on the dropzone I get `POST http://mydomain.com/api/upload/ net::ERR_ACCESS_DENIED`. It looks like a browser problem. According logs the request doesn't...
Hi, I am not getting basic details about the file that is getting uploaded/requested to upload such as filename, size, mimeType etc. ``` { "args": {}, "data": "", "files": {...
Props are HTML attributes so we should use kebab-case. Also, props that receive boolean values can be used without a value. Their presence or absence implies true or false. https://v3.vuejs.org/guide/component-props.html#prop-casing-camelcase-vs-kebab-case...
I use vue-dropzone for uploading files directly to amazon s3. Everything is ok without chunking. Even uploaded large videos (400MB). But when I set chunking: true, I get 403 Forbidden...
I have added `chunked` to the options's object, when triggering upload it shows no errors, but the file get uploaded to s3 is only a single part of the original...
Corrected documentation for the parameters to event listeners for event vdropzone-removed-file.