This documentation is for the old version. Go to the latest Upload Suite docs

UploaderModule Class

This class represents a module which converts the upload request sent by Image Uploader Flash to a standard RFC1867 format.

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

Syntax

Visual Basic
Public Class UploaderModule _
	Implements IHttpModule
C#
public class UploaderModule : IHttpModule

Remarks

This module allows parsing the upload request manually via the Request object.

Inheritance Hierarchy

System.Object
L Aurigma.ImageUploaderFlash.UploaderModule

See Also

Reference