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