|
|
|
New features:
-
Improved exception processing algorithm.
-
"ProcessRequestOnError" parameter has been added.
This parameter specifies whether incoming request should be read to end if an exception occur.
If exception occurs during upload and the request
is not read entirely then user will get "White page" or
"The page cannot be displayed" error message in his browser.
There is no way to send a response to the client(browser)
without reading whole request. Therefore, if you want to
redirect user to a custom error page then you should specify this property as true.
Bugs fixed:
-
Redirection to custom error page didn't worked properly. The browser displayed a "White page" or
"The page cannot be displayed." error message.
New features:
-
Increased speed of file processing (Upload speed).
-
Optimized usage of memory and processor time on the uploading stage.
Bugs fixed:
-
Incompatibility with ASP.NET 2.0 event validation model.
Exception: "The viewstate is invalid for this page and might be corrupted";
-
Request timeout when ProcessPages parameter is specified as a nested resource.
New features:
-
UploadsManager class - provides an access to uploads collection.
-
UploadEnvironment class - provides an access to the environment of EAUpload component. It can be used to change EAUpload settings at the runtime.
-
MaxRequestLength parameter - allows to define a maximum request size for each upload process, regardless of value that is defined by "maxRequestLength" parameter of system.web/httpRuntime section in the application web.config file.
-
Custom handling of the EAUploadExceptions.
Added also new "ErrorsProcessing" configuration section with following parameters:
- ThrowErrorsImmediately
- DefaultExceptionRedirect
- EAUploadExceptionRedirect
- EAUploadRequestLengthExceededRedirect
- EAUploadCoreExceptionRedirect
- EAUploadConfigExceptionRedirect
-
Optimized usage of memory and processor time on the uploading stage.
Bugs fixed:
-
Unexpected handling requests of the AjaxPro.Net extention.
-
Incompatibility with Visual Studio Development Server (integrated in VS 2005 and VS 2008)
|
|