i have a object (GIF
Image) with the ID 1016186277 within the following directory
+Home
+media
+images
<-----
Now i want to get
access to this Object. The following DTML Document can't load the Object (File
placed in HOME)
<dtml-var
standard_html_header>
<h2><dtml-var
title_or_id></h2>
<p>
<dtml-var
"_.getitem('1016186277')">
This is the <dtml-var id>
Document.
</p>
<dtml-var
standard_html_footer>
My problem is, that
i need to get access to files, over there ID but i don't know where there are
...