|
The author writes
This version works without
Download File Control is a
STARK Download is a simple
"There's always a buzz
database.
-
professional and easy
ASP script that counts the
about forcing file downloads
Multilingual support: French
solution for managing files
number of times an URL has
in the browser. That's
/ English / Swedish.
-
for download with
beed accessed. All the data
partly because it's
Highly customisable in the
multi-level security
is stored in an Access
confusing and partly because
file 'params.asp'.
-
settings. Create unlimited
database. A stats script is
different browsers handle
Unlimited downlad files and
download categories with
also included.
downloads in different ways
folders
spécifications :
different levels of access
so it's difficult to acheive
ASP 3.0
Requirements :
and manage the users that
consistent results. If you
- Windows avec IIS
have access to the available
have to deal with downloads
- Writing permissions on
files. The administration
and haven't checked out
the download main folder if
back-end let's you easily
ADO's Stream capablity, you
you use the admin function
create/maintain new
really should do yourself a
Installation
- Extract
categories, create/maintain
favor and give this code a
the files in a directory of
access levels,
look."
your Web site
- Open
create/maintain users,
'params.asp' in a text
upload/delete files,
editor.
- Edit the
create/delete directories
WS-Download options.
-
and many more...
Publish
Date: Nov, 25 2001 Date: Apr, 17 2006 Date: May, 10 2004 Date: Feb, 06 2001 |
|
This is an .asp page that
allows you to provide file
download capabilities for
your site without having to
constantly update the page
with your file list. It does
this by reading the file
names in the directory you
specify as the download
directory, then contructing
the appropriate URLs.
Date: May, 11 2000 |