I'm using Vuetify.js components for my front-end in Vue.js and want to create a user registration form with file upload. I'm able to create the form using v-text-field (a Vuetify component).
- How can I upload the file that is selected (input)?
- Which component should I use or is there any other alternative way?