Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browse for a file 1

Status
Not open for further replies.

johannulnulzeven

Programmer
Jan 25, 2002
9
BE
Hello, for my new webpage i would like to be able to browse my computer in search for a file via a button 'browse'on my webpage. (You do the same when you need to attach a file to your mail in yahoo or hotmail)
Can this be done using VBScript ?
 
You don't need any script. Input type=file will do it.
<html><head></head><body>
<input type=&quot;file&quot; name=&quot;myFile&quot; value=&quot;Browse for File&quot;>
</body></html>
 
I tried using BrowseForFolders but had no luck. Then discovered this post. Thanks Veep.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top