ASPxUploadProgressHttpHandler Class
A specific HTTP handle that allows actual information about the file upload progress to be sent to the client in response to a service callback, automatically initiated by the ASPxUploadControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxUploadProgressHttpHandler is required for the ASPxUploadControl‘s progress panel and the ASPxClientUploadControl.UploadingProgressChanged event handler to function properly. The ASPxUploadProgressHttpHandler is automatically added to a web project’s Web.Config file when the ASPxUploadControl.ShowProgressPanel property is set to true
, within either the Properties Window or the ASPxUploadControl’s smart tag in Design view.
Note
If required, you can manually register the ASPxUploadProgressHttpHandler within the Web.Config file. To learn how to do this, refer to the ASPxUploadProgressHttpHandler topic.