OpenFileDialog – how to set file path to input type=text element after a file is selected in c#
I want to add a “Browse” button to my asp.net 4.5.1 project without using FileUpload control.. The end users should be able to browse and select a file in their local folder, and I want to set the complete path of that folder to my <input type='text' id='rptScreenShot' ... /> element.