csiwa28
Programmer
- Apr 12, 2001
- 177
I have an asp page that allows a user to write to a database the name of a product and the name of the image of that product. The asp page has two fields...one for the product and the other for the image. My question is, next to the text field for image i want a button that says "browse". The user will click it and a box will pop up and the user can search for the name of the image file in their hard drive instead of trying to remember the name and the name selected will appear in the text field for the image (Similar to when you go File->Open and that box pops up). What is this called and what's the easiest way to do it?