I want to use the button below to open a file dialog to select one/muliple word files. I also want it to be like a method that returns the path so that i can read /load that data.
<div>
<div class="col-lg-6 col-md-6 col-sm-6">
<img class="img-analyse" src="~/Content/open-file_icon.png">
<button class="button-analyse"onclick="SelectFile">b</button>
</div>
</div>
How do I go on? Do I register an action event? Sorry I am a total beginner in asp.net.
<input type="file">.