Initially developed to index ASP pages for a search capability, this article gives you a generic function to walk through your sub-folders using the FileSystemObject. Also discusses recursion and passing functions as parameters.
Keep track of clicks on files downloaded from your site. Easily add files to the database. Update Names associated with the file. Function to show clicks for all files included.
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm''s article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer. Sample code is provided.
Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client''s browser and be unable to be downlo...
This tutorial shows you how to create a file archive on your site using the built-in File Access Component. You can easily customize how yout page looks. Full source is available for download.
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be implemented in a production environment without ensuring that proper security precautions have been taken to mai...
This tutorial demonstrates how to use the FileSystem object to view the contents of a server directory. It could easily be modified into a navigation or file-download application.