vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

Is there any recommendations for file download after upload ?

Open Klodovsky opened this issue 3 years ago • 0 comments

Hello, thanks for this beautiful work @lian-yue !

Currently I have a tempFile variable in which I'm storing the selected files as their original structure (objects), and I'm getting the stored files as an array of names from my database and that's what's being rendering in the UI.. I want to add a download function @click , I think there isn't any Options / Props for this feature, would you recommend a way to get or generate the files url? Proabably something like this ? const url = window.URL.createObjectURL(new Blob([response.data]))

Klodovsky avatar Jul 14 '22 21:07 Klodovsky