Best Tutorials website
Latest tutorials

Advertisment

file information

file information

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


Views: 1003 | 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: 995 | 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: 967 | 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: 994 | 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: 882 | 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: 964 | 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: 903 | 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: 838 | 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: 946 | Rating star | by Jason
ASP - File Manipulation

Photo Restoration

Photo Restoration

Restore an old picture to make it look new again.


Views: 1011 | Rating star | by Jarry
Photoshop - Photo Retouch

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: 854 | Rating star | by Simon
ASP - File Manipulation

Blending Edges on a Composite Photo

Blending Edges on a Composite Photo

Blending edges when you are making a composite photo.


Views: 1044 | Rating star | by Sarah
Photoshop - Photo Retouch

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: 946 | 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: 972 | 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: 932 | 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: 964 | Rating star | by Mark
ASP - File Manipulation

The Digital Darkroom

The Digital Darkroom

Sure, there are a few things you can do before you press the shutter to improve your photos, but you might be surprised to find out what you can do...


Views: 1095 | Rating star | by Isac
Photoshop - Photo Retouch

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: 978 | 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: 984 | 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: 988 | Rating star | by Isac
ASP - File Manipulation