1
0
-1

Greetings Team!

we would like to upload a file and upon loading it or saving the record, change the filename to add the value of  a field within the form. is that even possible?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, the file handling appears to be in the FileUpload element, so if you need custom behavior you could customize your own plugin based on its code https://github.com/jogetworkflow/jw-community/blob/6.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/form/lib/FileUpload.java

        CommentAdd your comment...