|
For whatever reason, there
This is a complete tutorial
Initially developed to index
This step-by-step 5-page
are times when it would be
on uploading files to the
ASP pages for a search
tutorial teachs you how to
convenient to know how to
server hard disk using ASP (
capability, this article
allow image uploads to your
delete a folder without
VBScript ).
gives you a generic function
site, using standard HTML
having to go to the server
to walk through your
and off-the-shelf ASP
to do it. This is just one
sub-folders using the
extensions.
of the things you can do
FileSystemObject. Also
with the File Scripting
discusses recursion and
Object.
passing functions as
parameters.
Date: Aug, 05 2002 Date: Apr, 29 2001 Date: Jan, 19 2001 Date: Oct, 10 2000 |
|
This article describes how to
This article illustrates some
Often you will need to
Setting up a simple file
build a very powerful,
great uses of the File
display the contents of a
downloading system with
potentially destructive
System Object. It shows how
file on your server. This
VBScript and ASP is no
application using the File
to choose a drive to search,
article shows you what
sweat. The primary use for a
System Object. It should
and then builds a listbox of
regular expressions to use
system like this is to allow
never be implemented in a
all the folders on that
to successfully display
downloading of any TEXT
production environment
drive. Choose a folder and
HTML, including
based file that would
without ensuring that proper
it builds a listbox of all
automatically making any
normally be served via a
security precautions have
the files in that folder.
hyperlinks live.
client's browser and be
been taken to maintain the
Choose a File and it will
unable to be downloaded. A
integrity of the data
display it in the browser or
secondary use is to allow
contained on the web server.
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, 11 2000 Date: Jun, 14 2001 Date: Mar, 28 2001 Date: Sep, 08 2000 |