csNetDownload was designed to be an ASP.NET class that controls binary file downloads to the browser, allowing for user verification before downloading and record keeping after downloading. There are also functions to retrieve a file from a remote URL, either streaming it to the browser or saving on the same server as the script.
This ASP.NET class can be used when individual files on the server must be password protected, or downloads controlled from script in some other way. Files can be downloaded even if they are outside the web site directory structure, protecting them from unauthoris... [
read more about csNetDownload >> ]