Ionic v4 - input type file not getting original file path

Hello All,

How can i get files original path in ion-input using ionic v4. Here i have attached some samples code.

<ion-item>
        <ion-label position="floating">Profile File</ion-label>
        <ion-input accept="image/*" #profileFile (ionChange)="profileChange()" formControlName="profileFile" type="file"></ion-input>
        <ion-icon no-margin class="cur-ptr" slot="end" name="camera"></ion-icon>
</ion-item>

Thanks,
Mani