File download id
Contents
Syntax
<txp:file_download_id />
The file_download_id tag is a single tag that Textpattern will replace with the internal ID number of the file to be downloaded. Should be used in Textpattern ‘file’ type Form templates.
Attributes
This tag has no attributes of its own. It accepts only the global attributes .
Examples
Example 1: Display a file id
<p>
File ID number:
<txp:file_download_id />
</p>