Actually I want user to upload a file from frontend and I want to send that file to server. I am using v-file-input but I dont know how to access the file once it is uploaded
<v-file-input type="file" label="Upload an image for your Avatar" prepend-icon="mdi-camera" @change="selectFile" ref="avatar"></v-file-input>
can someone tell me how can i access that file?
$refand access thefilesobject within