Browsing for a path

liunx

Guest
Hi, I am not sure if I am posting this in the right forum, so let me know if I should move this.<br />
<br />
I want to give my user the ability to tell me where they want a file stored on their system and new file name by not simply typing the path into a text box but by "browsing for it". I tried using <input type ="file"> but this will only let me choose an existing file (not just a path to the folder or just path with new file name). I know how to do this in VB with "Save As" dialog box, but I need this in my html page.<br />
<br />
Please help,<br />
<br />
Juls.<!--content-->I don't think you can do it in html. the only choice you get is to right click and "save as" or double clicking on it.<!--content-->
 
Back
Top