Closed jpreecedev closed 7 years ago
Need to display a progress bar when the file upload is in progress. https://vuetifyjs.com/components/progress
The Transactions.vue
file is in decent shape, refer to and see if code can be abstracted out, potentially to a mixin
to expand the existing file-upload.service.js
file.
https://github.com/jpreecedev/Landlords/blob/master/wwwroot/src/accounts/Transactions.vue
Fixed around here somewhere. b4d63fce63c296fa615245850c8b964927fba052
Add a template to allow the user to upload one or more files. (input type = file)
Once each file is uploaded, it should be listed underneath the field (the name of the file, extension, date/time uploaded maybe)