FNP8_SetUploadMode
Sets the upload mode.
Syntax
bool FNP8_SetUploadMode(StrParam)
Parameters
A string or Smart Parameter identifying the page level variable where file name is stored. If this action is not called the value defaults to blank and regular upload logic applied. Smart parameters are supported.For example FNP8_SetUploadMode("ParentImage") uploads a file with the name stored in ParentImage variable on the page level.
Returns
Always True.Level
Batch, Document or Page level.Details
Use this action to identify the files that will be uploaded to FileNet® P8.- Example
FNP8_SetUploadMode("ParentImage") FNP8_Upload()