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

UploadHandler.ProcessRequest Method

Enables processing of Image Uploader requests.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.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 requests.

See Also

Reference