Skip to main content
Tab

ASPxUploadProgressHttpHandler Class

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxUploadProgressHttpHandler :
    IHttpHandler

Remarks

ASPxUploadProgressHttpHandler is required to correctly process file uploads in advanced upload mode and to support upload progress indication.

Refer to the following topic for more information: ASPxUploadProgressHttpHandler.

Implements

Inheritance

Object
ASPxUploadProgressHttpHandler
See Also