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

UploadHandler.ProcessRequest Method

Enables processing of Image Uploader Flash requests.

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

Syntax

Visual Basic
Public Sub ProcessRequest ( _
	context As HttpContext _
)
C#
public void ProcessRequest(
	HttpContext context
)

Parameters

context

Type: System.Web.HttpContext

The HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service Image Uploader Flash requests.

See Also

Reference