I am trying to access the value of the input file from my ionic 2 application but still I\'m facing the issue of property files does not exist on type \'EventTarget\'. As it
I have found that:
and
or (ionChange)
does not handle the event in the same way. Therefore event.target consists of different parameters.
event.target
I therefore did not use the ion-input tag, but the normal angular tag with the (change)="upload($event)" trigger.
ion-input
(change)="upload($event)"
It worked for me on Ionic 4.