handleFileUpload($event)
{
console.log("Require the absolute file path of selected file")
}
<input type="file" (change)="getSelectedFiles($event)" class="form-control" multiple>
I am looking to retrieve the complete file path once a user selects a file from the Choose File option.