Would it be possible to modify the following code in attachments.html to display the actual file instead of the filename.
Code: Select all
<a href="{attach.U_TOPIC}" ><strong>{attach.REAL_FILENAME}</strong></a></span><br style="clear:both" />
Code: Select all
<a href="{attach.U_TOPIC}" ><strong>{attach.REAL_FILENAME}</strong></a></span><br style="clear:both" />