There are several components
A code snippet to display the
This article shows a simple
This article illustrates some
on the market that allow
last modified date for any
way to upload files from
great uses of the File
your ASP application to
given file dynamically.
client to server using VBS,
System Object. It shows how
handle file uploads. This
Every time the file is
IE and ADODB as
to choose a drive to search,
article does not intend to
modified this info is
multipart/form-data
and then builds a listbox of
replace those. There are
written into the file. The
document. Full source code
all the folders on that
times, however, that
FSO knows just how to read
included.
drive. Choose a folder and
deploying a custom COM
that for you.
it builds a listbox of all
object is not possible. This
the files in that folder.
article will show you how to
Choose a File and it will
write a VBScript class to
display it in the browser or
handle file uploads.
prompt you to save the file
to your hard drive.
Date: Jul, 29 2000 Date: Jul, 16 2002 Date: Sep, 06 2001 Date: Jun, 14 2001 |
Often you will need to
This example code
Initially developed to index
This article describes how to
display the contents of a
demonstrates how to link and
ASP pages for a search
build a very powerful,
file on your server. This
display text files within a
capability, this article
potentially destructive
article shows you what
single document in ASP.
gives you a generic function
application using the File
regular expressions to use
Using the title of the text
to walk through your
System Object. It should
to successfully display
files as hyperlinks, when
sub-folders using the
never be implemented in a
HTML, including
clicked the file name, the
FileSystemObject. Also
production environment
automatically making any
full contents of the
discusses recursion and
without ensuring that proper
hyperlinks live.
document will be displayed.
passing functions as
security precautions have
Very useful for making
parameters.
been taken to maintain the
copybooks and file layouts
integrity of the data
available online.
contained on the web server.
Date: Mar, 28 2001 Date: Apr, 10 2001 Date: Jan, 19 2001 Date: Jun, 11 2000 |