UploadHandler Class ActiveX/Java Uploader ASP.NET

This class represents an HTTP handler which allows to process ActiveX/Java Uploader requests.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public class UploadHandler : IHttpHandler

Remarks

This class implements the IHttpHandler interface. Thus, to employ it you just need to inherit your .ashx handler from this class and it will automatically parse requests received from ActiveX/Java Uploader and will expose API to access the files and data.

Inheritance Hierarchy

System..Object
+ Aurigma.ImageUploader..UploadHandler

See Also

Reference

Manual