Best Tutorials website
Latest tutorials

Advertisment

Open and Read a File with ASP

Open and Read a File with ASP

This is some sample code for reading a file with ASP.


Views: 891 | Rating star | by Marry
ASP - File Manipulation

create a file

create a file

Easy code for creating a file


Views: 939 | Rating star | by Troy
ASP - File Manipulation

file information

file information

This example displays some useful file examples . Last accessed , last modified and when the file was created


Views: 923 | Rating star | by Jarry
ASP - File Manipulation

Write to a file with ASP and FSO

Write to a file with ASP and FSO

This tutorial will show you how use the File Scripting Object to both write to and append to a text file.


Views: 931 | Rating star | by Ben
ASP - File Manipulation

Delete a folder with ASP

Delete a folder with ASP

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...


Views: 896 | Rating star | by Simon
ASP - File Manipulation

Last Updated

Last Updated

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...


Views: 932 | Rating star | by Sean
ASP - File Manipulation

Uploading files to the server hard disk using plain ASP

Uploading files to the server hard disk using plain ASP

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...


Views: 805 | Rating star | by Adam
ASP - File Manipulation

Open, Read and Create Files with ASP

Open, Read and Create Files with ASP

This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.


Views: 891 | Rating star | by Source
ASP - File Manipulation

Auto-upload using IE+ADO without user interaction

Auto-upload using IE+ADO without user interaction

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...


Views: 833 | Rating star | by Tutorial
ASP - File Manipulation

Searching Drives, Viewing and Downloading Files

Searching Drives, Viewing and Downloading Files

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...


Views: 770 | Rating star | by Ben
ASP - File Manipulation

ASP Form Input to HTML

ASP Form Input to HTML

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...


Views: 875 | Rating star | by Jason
ASP - File Manipulation

Working with Drives, Folders and Files using ASP

Working with Drives, Folders and Files using ASP

Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and...


Views: 786 | Rating star | by Simon
ASP - File Manipulation

Link & Display Text Files

Link & Display Text Files

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,...


Views: 880 | Rating star | by Jarry
ASP - File Manipulation

Displaying HTML files from your ASP page

Displaying HTML files from your ASP page

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...


Views: 897 | Rating star | by Sean
ASP - File Manipulation

Import CSV to HTML

Import CSV to HTML

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...


Views: 868 | Rating star | by Sean
ASP - File Manipulation

Access To HTML

Access To HTML

This short example will allow you to dynamically create 'static' html documents from an Access data on your web server using Active...


Views: 900 | Rating star | by Mark
ASP - File Manipulation

Uploading Images using HTML and ASP

Uploading Images using HTML and ASP

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.


Views: 913 | Rating star | by Mathew
ASP - File Manipulation

File Access Tutorial

File Access Tutorial

This tutorial demonstrates how to use the FileSystem object to view the contents of a server directory. It could easily be modified into a...


Views: 911 | Rating star | by Ben
ASP - File Manipulation

Building an ASP File Manager

Building an ASP File Manager

This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be...


Views: 913 | Rating star | by Isac
ASP - File Manipulation

Filearchive

Filearchive

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...


Views: 896 | Rating star | by Sean
ASP - File Manipulation