> Say, for example, you uploaded an image called foo_jpg (Zope does not > allow dots in object names). You could reference it from any object in > the same folder as the image or nested folders using dtml-var Just to nitpick, that isn't true. Zope object ids can contain periods, but it makes it a pain to refer to those objects in Python expressions. -jfarr