I want to display a Highcharts Graph from a chooseable csv File, for this i need it's path.
I have this very simple input which looks like this:
<div class="form-group">
<label for="file">Choose File</label>
<input type="file" id="file (change)="function($event.target.files)">
</div>
Now, is there any possibility to get the files path from this input? Are there other ways to let the user choose a file and get its path?