I have a file upload script I am working on, and the uploading works fine. The part that I want to add that I am not sure about is this: I want the asp page to create a list of the files that exist in the upload directory and have a hyperlink to them to allow them to be downloadable right away. The script is in the root dir, and the files get uploaded to root\files. How do I get the directory listing and then parse that list to create my hyper links?
Christopher
Christopher