vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

How can i prevent default upload

Open akvaliya opened this issue 4 years ago • 4 comments

I have a project in which i want to use this package for multiple file upload.

I have a api which uploads multiple files using files array. So i want to use it & set state of files to uploaded/success after upload using my api.

I can get queued files & use it for upload but i don't know how to set state of added files to uploaded.

Can anyone help me with this?

In short i don't want to use url to upload file. I want to use manual method to upload files.

akvaliya avatar Jan 07 '20 07:01 akvaliya