Click or drag to resize

WorkflowPageSaveFileAttachment Method (HttpPostedFile)

Save a file attachment to eFormASPX StoragePath, in the "upload" sub directory.

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
protected string SaveFileAttachment(
	HttpPostedFile postedFile
)

Parameters

postedFile
Type: System.WebHttpPostedFile
The HttpPostedFile you want to save to eFormASPX storage path

Return Value

Type: String
The file name of the attachment
See Also