Back to Devexpress

ASPxUploadProgressHttpHandler Class

aspnet-devexpress-dot-web-31788ba1.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxUploadProgressHttpHandler :
    IHttpHandler
vb
Public Class ASPxUploadProgressHttpHandler
    Implements 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

IHttpHandler

Inheritance

Object ASPxUploadProgressHttpHandler

See Also

ASPxUploadProgressHttpHandler Members

ASPxUploadProgressHttpHandler

DevExpress.Web Namespace