I have an asp page that I would like to have read the folder structure on a client machine. I am creating icons on my web page based on certain software programs currently installed on the users' mahines. Is it possible to do this with ASP?
Since ASP is server side only, you will have to use VBSCRIPT to accomplish this. Just use the regular FileSystemObject to run through the files and folders.
Yes, I would like to use the FileSystemObject, but the FSO reads folders off of the server machine. How do I get it to interact with the client machine via asp pages?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.