I wanted to make use of a file uploader that will open a file dialog box and when I will select a file, its location will be shown in a different textbox. I made the use of the below code in my View to display the file dialog. However, I am not able to display the location of the file that is chosan from the file dialog on a different textbox as the below code already have a pre defined label by the name "your text here" which displays the chosan file name after selection. How will I be able to display the location onto a different textbox and how should I be able to delete that predefined label appearing? Any help will be appreciated
<input type="file" id="upload"/>