Click or drag to resize

WorkflowFileUploadAttachFile Method (String)

Only if Extension is not forbidden AND Extension is allowed or all extensions are allowed AND File Size does not exceed Max Size

Namespace:  WorkflowGen.My.Web.UI.WebControls
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void AttachFile(
	string filePath
)

Parameters

filePath
Type: SystemString
Full path and name of the file
See Also