WorkflowPageSaveFileAttachment Method (HttpPostedFile) | 
 
            Save a file attachment to eFormASPX StoragePath, in the "upload" subdirectory.
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxprotected string SaveFileAttachment(
	HttpPostedFile postedFile
)
Protected Function SaveFileAttachment ( 
	postedFile As HttpPostedFile
) As String
Parameters
- postedFile
 - Type: System.WebHttpPostedFile
The HttpPostedFile you want to save to eFormASPX storage path 
Return Value
Type: 
StringThe file name of the attachment
See Also