Aurigma Image Uploader Flash 7.2.9
UploadHandler Class
This class represents an HTTP handler which allows to process Image Uploader Flash requests.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Syntax
Visual Basic
Public Class UploadHandler _ Implements IHttpHandler
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 Image Uploader Flash and will expose API to access the files and data.
Inheritance Hierarchy
System..::.Object
L
Aurigma.ImageUploaderFlash..::.UploadHandler