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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting a folder thru browse?

Status
Not open for further replies.

zolator

Programmer
Apr 21, 2003
1
0
0
I have an asp application that is doing a check-out process. when the use checks out a file I want to let them choose where they would like to put it. (similar to an <Input of type = file..) becuase everything is local and I am allowing multiple files to be moved at once I want to stay away from actually downloading the files. So can anyone help me allow a user to select a FOLDER


thanks

Rick
 
If you're just running locally, and have control over script security levels, you might want to look into creating a simple ActiveX control that calls the SHBrowseForFolder API function. Or you could roll your own using fso to expose the section of the file system you want to make available.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top