| Item | Value |
| Version: | v1.00 |
| Author: | JS Greenwood |
| Date: | 04-Feb-2001 |
IntroductionOne of the problems that has plagued ASP (from versions 1.0 to 3.0) has been the lack of an intrinsic way of file uploading. Although there are many upload utilities already available, the licensing costs either tend to be expensive (as these licenses are regularly per-server or per-site), or they are inefficient as they are written as VBScript code. There are utilities that are free, but I thought I'd write my own - firstly as there's only a few hundred lines of code to it, and secondly as there are features missing from many of the uploaders available.
The biggest problem with writing an Uploader is that it invalidates the |
Usage
As described above, usage of the ASPUploader object is almost identical to that of the intrinsic
As can be seen, the only difference is the addition of the
The Items of the
As the default IIS user ( |
Installation
Installation of the ASPUploader is very simple - the COM object simply requires registering on the desired web server(s). To do this,
select |