This short example will allow
This example code
A code snippet to display the
This article shows a simple
you to dynamically create
demonstrates how to link and
last modified date for any
way to upload files from
"static" html
display text files within a
given file dynamically.
client to server using VBS,
documents from an Access
single document in ASP.
Every time the file is
IE and ADODB as
data on your web server
Using the title of the text
modified this info is
multipart/form-data
using Active Server Pages.
files as hyperlinks, when
written into the file. The
document. Full source code
Basically after reading the
clicked the file name, the
FSO knows just how to read
included.
contents of the db, instead
full contents of the
that for you.
of writing output to the
document will be displayed.
browser it is written to the
Very useful for making
server.
copybooks and file layouts
available online.
Date: Mar, 02 2001 Date: Apr, 10 2001 Date: Jul, 16 2002 Date: Sep, 06 2001 |
This article illustrates some
Often you will need to
Setting up a simple file
Initially developed to index
great uses of the File
display the contents of a
downloading system with
ASP pages for a search
System Object. It shows how
file on your server. This
VBScript and ASP is no
capability, this article
to choose a drive to search,
article shows you what
sweat. The primary use for a
gives you a generic function
and then builds a listbox of
regular expressions to use
system like this is to allow
to walk through your
all the folders on that
to successfully display
downloading of any TEXT
sub-folders using the
drive. Choose a folder and
HTML, including
based file that would
FileSystemObject. Also
it builds a listbox of all
automatically making any
normally be served via a
discusses recursion and
the files in that folder.
hyperlinks live.
client's browser and be
passing functions as
Choose a File and it will
unable to be downloaded. A
parameters.
display it in the browser or
secondary use is to allow
prompt you to save the file
download access to
to your hard drive.
directories outside the
public server space or a
hidden directory within the
website. This tutorial shows
you how. Full source code
available.
Date: Jun, 14 2001 Date: Mar, 28 2001 Date: Sep, 08 2000 Date: Jan, 19 2001 |