error domexception: failed to set the 'value' property on 'htmlinputelement': this input element accepts a filename, which may only be programmatically set to the empty string.
//just remove the formControlName
<input type="file" (change)="onFileChange($event)">