This utility, "_cls2020Upload.asp", is an upload script which uses pure ASP. This is the upload utility that is distributed in 20/20 DataShed to provide file transfer/upload functionality in the product without requiring third-party components on the web server.
You can include this file in any of your own ASP pages to build an "upload" form.
This script is modelled after similar scripts that are well-documented and found on the internet. One of earliest authors to create a pure-ASP upload utility that we are aware of is Lewis Moten; however this script is quite different from earlier models. Our version contains improvements over similar utilities such as the RestrictFileExtension option, improved support for multi-lingual environments, a superior multi-byte-string to binary conversion function (which uses ADO rather than VBScript multi-byte functions), and a superior method to stream data to disk (which uses ADO rather than FileSystemObject).
In short, this is a very fast and very reliable object with many "conveniences" which enable the construction of an effective and intelligent upload interface.
This utility can be used free of charge.
This package is provided "AS IS" without warranty of any kind. This package is offered free of charge -- we do not provide technical support for this product.