How to dynamically create links to files that are being displayed from a directory?
I'm building an app with Classic ASP that allows users to upload files to a directory. After the file is uploaded it reads the directory and displays each of the uploaded files to the user.
That part I have working fine.
The question is, how do I create a dynamic link to each of those files after they are uploaded so others can download them?
Bookmarks