How to insert a link to an uploaded file in a Form
Confluence User - 08 Nov, 2017
Hi,
I have a process made of two activities:
- The first activity is mapped to a form that allows to upload a file (let's call the table where the form data are stored form1 and the field used to upload the file uploadFile1)
- The second activity is mapped to a second form. In this form I would like to show a link to the file uploaded in the previous form.
In order to show the link I'm using a readonly textbox and assigning to it as default value the following hash variable:
#form.form1.uploadFile1#
Unfortunately this hash variable is resolved as the name of the file and not the link to the file. How can I get the link?
Thanks
forms;fileupload;hyperlink;download