1
0
-1

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.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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.

        CommentAdd your comment...