Skip to main content
A newer version of this page is available. .
Tab

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.v19.2.dll

Declaration

public class ASPxUploadProgressHttpHandler :
    IHttpHandler

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.

Implements

Inheritance

Object
ASPxUploadProgressHttpHandler
See Also