20 Aug
2003
20 Aug
'03
2:48 a.m.
This only shows the file reference. How do I call the filename? I've tried a bunch of things like:
<dtml-var attachment_single.filename>
To no avail... No obvious solution in the threads that I could find either, though lots of references to the filename property.
Try <dtml-var "attachment_single.filename"> (notice the quotes). jens