0👍
I took a different approach and converted a blob into a file:
var file = new File([blob], "file_name", {
lastModified: new Date(),
});
It’s also necessary to check the backend for file extension restrictions.
- [Vuejs]-Why pagination with numbers is not working in Vue?
- [Vuejs]-How do you set the default value for multiple selects on a page with vuetify?
Source:stackexchange.com