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
For whatever reason, there
There are several components
has the ability to write
to upload files (images,
are times when it would be
on the market that allow
.html or any other text
etc) from the client browser
convenient to know how to
your ASP application to
based documents directly to
to the server hard disk
delete a folder without
handle file uploads. This
a web server (You need to
using plain ASP pages.
having to go to the server
article does not intend to
write the text output to a
Complete application source
to do it. This is just one
replace those. There are
directory that has write
code is available for
of the things you can do
times, however, that
authority). This enables the
download including the code
with the File Scripting
deploying a custom COM
instantaneous publication of
to upload and display
Object.
object is not possible. This
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: Aug, 05 2002 Date: Jul, 29 2000 |