Attach a file from bean shell tool?

Confluence User - 29 Oct, 2019

How can attach a file from bean shell tool?

the file is in the Database as a File Upload field.

plugins

1


29 Oct, 2019
confluenceUser
confluenceUser

Hi, if in your beanshell code, you are calling the appService.storeFormData to store the data to Joget Form Data table, you no need to worry the file handling. Else, you may want to refer to the same method which it call `FileUtil.storeFileFromFormRowSet(results, tableName, primaryKeyValue);` to store the files.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print