You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]))
The text was updated successfully, but these errors were encountered:
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]))
The text was updated successfully, but these errors were encountered: