<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I made a template that changes the location name and content&nbsp;due to the&nbsp;information stored in&nbsp;the title&nbsp;property variable and the file content&nbsp;of a&nbsp;"File" object.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I used the dtml tag &lt;dtml-var title&gt; to call the "title" information but I don't know of any dtml tag that would call the content&nbsp;other than calling the "id" of the File object.</DIV>
<DIV>&nbsp;&nbsp;&nbsp; ex.&nbsp;&nbsp;&nbsp; File object "test"</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call method "&lt;dtml-var test&gt;"</DIV>
<DIV>&nbsp;</DIV>
<DIV>Could anyone help out. Is there any other ways to call the content of the text "File" object?</DIV></div><br></body></html>