Save uploaded file to CustomDB as blob

Confluence User - 19 Aug, 2021

How to get access to uploaded file so that it can be stored into a customdb as blob file. 
When accessed using FormBinderHashVariables its giving file name but not the actual file itself.

forms;fileupload;customdatasource

1


23 Aug, 2021
confluenceUser
confluenceUser

Hi, you would probably need to write some custom code to read the contents of the file from the path. There is some sample BeanShell code in File handling in Bean Shell Form Store Binder.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print