UploadHandler Class HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

This class represents an HTTP handler which allows to process HTML5/Flash Uploader requests.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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 HTML5/Flash Uploader and will expose API to access the files and data.

Inheritance Hierarchy

System..Object
+ Aurigma.ImageUploaderFlash..UploadHandler

See Also

Reference

Manual