Following example displays
This tutorial is aimed to
Easy code for creating a file
This example displays some
all sub folders in current
show you how it is possible
useful file examples . Last
folder. We will use
to retrieve a remote file
accessed , last modified and
SubFolders property of
via ASP and FTP without
when the file was created
FileSystem Object for this
using a 3rd-party component.
source code. First we will
find our current path using
System.MapPath.
Date: Apr, 20 2004 Date: Nov, 07 2005 Date: Apr, 18 2005 Date: Apr, 18 2005 |
The author writes "ASP
Step-by-step tutorial on how
There are several components
For whatever reason, there
has the ability to write
to upload files (images,
on the market that allow
are times when it would be
.html or any other text
etc) from the client browser
your ASP application to
convenient to know how to
based documents directly to
to the server hard disk
handle file uploads. This
delete a folder without
a web server (You need to
using plain ASP pages.
article does not intend to
having to go to the server
write the text output to a
Complete application source
replace those. There are
to do it. This is just one
directory that has write
code is available for
times, however, that
of the things you can do
authority). This enables the
download including the code
deploying a custom COM
with the File Scripting
instantaneous publication of
to upload and display
object is not possible. This
Object.
user input without the need
uploaded files to the user
article will show you how to
for uploading files from a
in an eary to use and
write a VBScript class to
PC." This example code
understand manner.
handle file uploads.
shows how to write text
based documents to a server
using ASP.
Date: May, 14 2001 Date: Jun, 17 2002 Date: Jul, 29 2000 Date: Aug, 05 2002 |