|
EAUpload is an ASP.NET file upload component that provides
expansive functionality for ASP.NET applications to work with uploaded
files to the web server by a browser.
It conforms to the specification that is defined in RFC 1867 (Form-based File Upload).
EAUpload doesn't require any client side control such as ActiveX or Java applet,
but if you use any client side control then EAUpload can still operate with file which was uploaded by these controls.
|
Core of EAUpload is an EAUploadModule that handles and processes upload
request to any or specified resources in ASP.NET application.
Uploaded files are buffered to disk. It protects a web server from a memory leakage.
|
EAUpload also includes a simple way to guard against denial of service attacks.
It provides a possibility to limit the size of the files which can be uploaded to the web server.
|
Process large file upload. Up to 4GB
Process multiple files upload (all files by one request)
Provides advanced progress information about upload process
Access to form fields value during the upload process
Cancel upload at any time
Asp.net file upload through SSL, all types of authentication are supported.
Ajax progress bar. Given as an example in distribution package
Ajax file upload (upload files without page postback)
Upload large files to data base such as MS SQL. Given as an example in distribution package
Process multiple concurrent file uploads
and much more. See full list Asp.net upload