matt_minton
04-24-2007, 05:13 PM
Like the title says, I'd like to invoke the Internet Explorer Browse File dialog from a client-side vbscript to allow my users to pick a file, then grab the path and file name to create a link. Google has been no help, MSDN has been no help, Search is not my friend. I tried
dim objShell
set objShell = CreateObject("Shell.Application")
to use the FindFolder method (at least it's a start!), but got an error saying that wasn't a valid ActiveX Object. Thanks!
dim objShell
set objShell = CreateObject("Shell.Application")
to use the FindFolder method (at least it's a start!), but got an error saying that wasn't a valid ActiveX Object. Thanks!