Introduction
AspnetUpload is an ASP.NET HttpModule that allows you upload files from a web
browser to your IIS server.It requires no client side software and operates on
the server via standard multipart HTML forms as defined in RFC 1867.
Feature List
-
Upload file(s) up to 2GB with progress bar.
-
Real time upload progress indicator, no progress bar displayed also supported.
-
Upload file size controled by AspnetUpload's configuration section in
web.config, not limitted by the related congiguration section in
machine.config.
-
Not affected by the Connection Timeout
Error.
-
Based on .NET Framework completely,no client side control installation needed.
-
Control upload file size for each request.
-
The default InputFile control and AspnetUpload can work together in the same web
application.
System Requirements
-
OS: Windows 2000, Windows XP, Windows .NET Server 2003 Family
-
Installed .NET Framework 1.x or .NET Framework 2.0