Click or drag to resize

WebCaptureRequestHandlerHandleUpload Method

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

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

Parameters

context
Type: System.WebHttpContext
The current HTTP context.

Return Value

Type: String
Returns the path to the file uploaded.
See Also