Krystalware
SlickUpload logo

GetUploadStatus Method (context)

Returns the upload status associated with a specified HttpContext.

Declaration Syntax

C#

public static UploadStatus GetUploadStatus(
	HttpContext context
)

Visual Basic

Public Shared Function GetUploadStatus ( _
	context As HttpContext _
) As UploadStatus

Parameters

context– (HttpContext)
The context from which to look up the upload status.

Return Value

The upload status associated with the specified HttpContext, or null if none exists.

Assembly: Krystalware.SlickUpload, Version: 4.0