Question:

How do you create a browse button is ASP.net?

by  |  earlier

0 LIKES UnLike

I am working on a page for our intranet and need some help creating a browse button. I know there is a fileupload control in ASP, however, I dont want to actually upload a file. All I want is to have a browse button to make it easy for users to input urls to files stored on local servers. To the user would use the browse button to locate a particular file and then the files url would be inserted into a textbox so it could then be added to a database. Thanks!

 Tags:

   Report

1 ANSWERS


  1. Just use an HTML file input control:

    <input type="file" id="txtFilePath">

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.