Due to the decline of ASP, and users subsequently switching to ASP.Net or better open source alternatives such as PHP, MiniUpload is no longer under active development or support. It is provided here as a free download for those who have built significant web applications using it and need it when rebuilding their servers. If you are a new user, I strongly discourage you from using MiniUpload.
|
|
![]() |
MiniUpload is an Active Server Component that enables an Active Server Pages (ASP) application to accept files uploaded by a browser.
Any browsers that support the RFC 1867 protocol are able to upload files. All modern browsers, including Opera 3.6+, Microsoft Internet Explorer 4.0+ and Netscape 3.0+ support uploading.
No special Java applets or ActiveX controls are needed on the client browser!
The MiniUpload Component can be invoked by an ASP script running on a Windows NT/2000 server running Internet Information Server (IIS), or Windows 95/98 machine running Personal Web Server (PWS), and ASP1.0b or higher.
The component works by accepting the posted data and extracting the file information from it. This can then be saved as a disk file or as binary data inside a database. The component provides various properties & methods to handle the uploaded file.