Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > ProcessFormInputFile

ProcessFormInputFile

Processes the input from a GetFormInputFile element. Returns the file path and name in the Virtual file storage where the new file resides.


Syntax


Filename = ccLib.ProcessFormInputFile(TagName, Optional VirtualFilePath)


Parameters


TagName - the name of the HTML element


VirtualFilePath ? if included, this is the path in the Virtual file storage where the uploaded file is to be placed. For example, if you would like the file saved to [Virtual File path]\myuploads\, Set the VirtualFilePath to ?myuploads

This page was last reviewed 9/7/2022 1:15:19 PM