Often you will need to
The author writes "A CSV
This short example will allow
Initially developed to index
display the contents of a
(Comma Separated Values file
you to dynamically create
ASP pages for a search
file on your server. This
sometimes referred to as a
"static" html
capability, this article
article shows you what
flat file) is essentially a
documents from an Access
gives you a generic function
regular expressions to use
text file that has a comma
data on your web server
to walk through your
to successfully display
delimiter between the table
using Active Server Pages.
sub-folders using the
HTML, including
values and a unique line for
Basically after reading the
FileSystemObject. Also
automatically making any
each observation. While
contents of the db, instead
discusses recursion and
hyperlinks live.
this is usually a means by
of writing output to the
passing functions as
which data is transferred
browser it is written to the
parameters.
from one database to another
server.
by itself can be used as
input to an asp
document." This example
will show how to take
virtually any CSV file and
write it to an html table
using ASP.
Date: Mar, 28 2001 Date: Mar, 05 2001 Date: Mar, 02 2001 Date: Jan, 19 2001 |
Keep track of clicks on files
This step-by-step 5-page
Building an upload file
Setting up a simple file
downloaded from your site.
tutorial teachs you how to
mechanism on a Web server
downloading system with
Easily add files to the
allow image uploads to your
can often require using a
VBScript and ASP is no
database. Update Names
site, using standard HTML
costly DLL. Tiago Halm's
sweat. The primary use for a
associated with the file.
and off-the-shelf ASP
article shows you how to
system like this is to allow
Function to show clicks for
extensions.
upload a file using only
downloading of any TEXT
all files included.
Active Server Page (ASP)
based file that would
code and Internet Explorer.
normally be served via a
Sample code is provided.
client's browser and be
unable to be downloaded. A
secondary use is to allow
download access to
directories outside the
public server space or a
hidden directory within the
website. This tutorial shows
you how. Full source code
available.
Date: Oct, 26 2000 Date: Oct, 10 2000 Date: Oct, 04 2000 Date: Sep, 08 2000 |