1
0
-1

Hello team.

We have a form in which we have included fields of type Image Upload. Now we are designing a report, for which we need to integrate these images through URL. How can we assemble the URL of the image, or recover the path of these graphic files?

Regards!

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi,

      The path structure for uploaded files is like this

      joget_installation_direcoty\wflow\app_formuploads\table_name\row_id\file_name.ext

      you can include images on run time for the given row_id.

      1. Camilo A. García

        Hello Syed, I ask you, from the designer of Jasper reports how do I include this route? under what modality? I mean, the report design script the jasper can point to this physical address? The tag currently in use as an example is <imageExpression> <! [CDATA ["http://host.com/app/image.png";]]> </ imageExpression>

      CommentAdd your comment...