Click or drag to resize

WebCaptureCallbacksHandleUpload Method

Decodes the base64 encoded stream from the client, and save it as a tif file.

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual string HandleUpload(
	HttpContext context
)

Parameters

context
Type: HttpContext
The current HTTP context.

Return Value

Type: String

Implements

IWebCaptureCallbacksHandleUpload(HttpContext)
See Also