ASP Pro Code ClinicAs of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I need to provide an asp page that lists all the files and directories on a users pc. Form this list they can select files that they want to move to another folder. Any help would be greatly appreciated.
If I understand this correctly you asking for an ASP page to list the files and folders on a client PC .
You can't. If you think about it you shouldn't be able to. That would mean other sites could get a list of the files on your PC as you browse their site. You might be able to create an ActiveX control to do this.