Hi, i have a field to upload PDF, how can i display the path into a anchor tag for people to download the files?
fields:
header.fileList:
name: lista
type: list
style: vertical
label: Lista
fields:
.text:
type: text
label: File Name
.arquivo:
type: file
label: Choose your PDF
multiple: false
destination: user/data/files/relatorios
filesize: 5
accept:
- application/pdf
- application/x-pdf