Click or drag to resize

WebCaptureRequestHandlerUploadPath Property

Returns the upload path. By default this is "~/atala-capture-upload", or what is specified in the web.config appsettings section. For example: <add key="atala_uploadpath" value="c:\documentUploadFolder\tifs"/>

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
public static string UploadPath { get; }

Property Value

Type: String
See Also