how can I get the file path of the selected file
<input type="file" class="file-upload" accept="image/png, image/jpeg" (change)="onPreviewCoverSelected($event)">
I have to display the selected image before the form is validated but I need it's path...