Introduction
AspnetUpload is an ASP.NET HttpModule that allows you upload big and small
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
-
Large and small file(s) upload supported.
-
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