Advertisment
This is some sample code for reading a file with ASP.
Easy code for creating a file
This example displays some useful file examples . Last accessed , last modified and when the file was created
This tutorial will show you how use the File Scripting Object to both write to and append to a text file.
For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This...
A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the...
Step-by-step tutorial on how to upload files (images, etc) from the client browser to the server hard disk using plain ASP pages. Complete...
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code...
This article illustrates some great uses of the File System Object. It shows how to choose a drive to search, and then builds a listbox of all the...
The author writes 'ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text...
Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and...
This example code demonstrates how to link and display text files within a single document in ASP. Using the title of the text files as hyperlinks,...
Often you will need to display the contents of a file on your server. This article shows you what regular expressions to use to successfully...
The author writes 'A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma...
This short example will allow you to dynamically create 'static' html documents from an Access data on your web server using Active...
This step-by-step 5-page tutorial teachs you how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions.
This tutorial demonstrates how to use the FileSystem object to view the contents of a server directory. It could easily be modified into a...
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be...
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...