Hi!
I try to upload a pdf file through the panel and to let it be available for download in the website.
I upload the file regularly and let it be downloadable with a tag href. but when I download the file it says that the file does not exist.
this is the yml:
Title: info
fields:
about:
label: about text
type: textarea
phone:
label: phone number
type: text
instagram:
label: link to instagram
type: url
cv:
label: cv PDF file
type: files
and this is the html:
<a href="<?= $page->cv() ?>" download>Download PDF</a>
When I try to download - it downloads nothing: