|
Downloading Files with VBScript and ASP
|
Other links at ASP > Tutorials > File Manipulation |
| 3. |
Access To HTML
|
|
|
This short example will allow you to dynamically create "static" html documents from an Access data on your web server using Active Server Pages. Basically after reading the contents of the db, instead of writing output to the browser it is written to the server.
|
| 5. |
Downloading Files with VBScript and ASP
|
|
|
Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a clients 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.
|
|
|