AspnetUpload is an ASP.NET HttpModule that helps you upload large and small file(s) from a web browser to your IIS server.which requires no client side software installation and operates on the server via standard multipart HTML forms as defined in RFC 1867.
| Class | Description |
|---|---|
| AspnetUpload | Web_based big file upload control. |
| Progress | Upload progress indicator. |
| UploadFile | Upload file. |
| UploadFileCollection | UploadFile Collection. |
| UploadModule | Provides module initialization and disposal events to the inheriting class. |
| Enumeration | Description |
|---|---|
| Progress.UploadStatusEnum | Upload status enum. |