Displaying a link for the uploaded files
-
Hi,
just wondering how to display a link on the front end template to download the files that are uploaded using the ‘files upload’ (with attribute name floorplan in this case).
I have this and it isn’t working. The files uploaded are pdf files to be downloaded / viewed when clicked.
<a target="_blank" href="<?php echo $property['floorplan']; ?>" >View floorplan</a>
Can anyone advise please?
Thanks!
- The topic ‘Displaying a link for the uploaded files’ is closed to new replies.