ASP component which allows the control of file downloads
1058ASP component which allows the control of file downloadshttp://www.chestysoft.com/filedownload/default.aspThis component is useful when individual files on the server must be password protected, or downloads controlled in some other way. Files that are in directories which are not web shared can be downloaded.
The download is controlled from an ASP script so code can be executed before and after sending the file to the browser. This allows for verification of passwords, and logging of data afterwards. It is possible to check whether the file was completely downloaded or cancelled before completion.
An access code generation function is included to be able to generate an access code "on the fly", and then verify it later.
Some useful file utilities are included for ease of use, including a single command to append a line to a text file. There is also a command for taking a file from a remote server, and either saving it or streaming it to the browser. Read the online manual for full details.
There are some limitations to be aware of. There can be inconsistencies between browsers that receive the download and it is not always possible to specify the browser behaviour from a server side script. See our online demo for more details on this. A file downloaded in this way cannot be split using a download acceleration tool and a broken download cannot be resumedASP > Scripts and Components > File Manipulation > Download SystemsOct 10, 2006Chestysoft
You may manage your downloads with this script. Downloads protect by mambership system. All your visitors must use an unique email before he/she create an account. System automatically generates a ransom password and send to user. Also script contains password-reminder function.
This very easy to setup link tracker can be used to track downloads from your web site. It will log the time and date, as well as a few other goodies, such as browser and operating system. You can also view the stat report via the web, and clear the log entries at the click of a button. A separate log is used for each link you wish to track. This tracker can be used for plain HTML links as well.
Recordset converter is a library for converting DAO or ADO recordsets to MDB or DBF files. It enables direct binary output of MDB or DBF files from ASP pages with one row of code. The object also supports on-the-fly compression by zip/arj.
You can manage your all download with this freeware script. Easy Download Manager has a user-friendly administartor manager. Scripts can create your download manager home page automatically. Script can count daily and overall downloads. Modify database connection and start your download manager in a few minutes
I have noticed the buzz around the ASP 101 user community regarding forcing file downloads in the browser.
Here is a quick example written entirely in asp.
I am not going to go into the details, so you will have to refer to the code.
I will add sort routines to allow column sorting by clicking on a column header in a future release.
Note: One thing to note is that MDAC 2.5 is required to be stable (MDAC 2.1's support for streams is unpredictable), but I suggest 2.6 which you can download from Microsoft's Universal Data Access page.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.