I currently have an upload form to allow users to submit reports. I then have a CC list to allow my staff to view the submitted reports.
In switching up to CC4, I want to utilize the Multi Upload widget to allow those users to do more than one file, but I'm struggling with the syntax to get it to display again.
Here's the code (FE > Custom Listing Settings > Body) from the old report, using a single file upload field:
What's the right syntax to bring in the file array instead? OR...with v4, is there a better way to allow for access to those files from the front end?
In switching up to CC4, I want to utilize the Multi Upload widget to allow those users to do more than one file, but I'm struggling with the syntax to get it to display again.
Here's the code (FE > Custom Listing Settings > Body) from the old report, using a single file upload field:
<tr>
<td>{user_submission_code}</td>
<td>{cf_created}</td>
<td><a href="/jupgrade/components/com_chronoforms/uploads/COG_Test/{filename}">View File</a></td>
</tr>
What's the right syntax to bring in the file array instead? OR...with v4, is there a better way to allow for access to those files from the front end?