[Zope] How do I set the Title property of a File object from a DTML method

Erik Enge erik@esol.no
Fri, 10 Nov 2000 11:57:32 +0100 (CET)


On 10 Nov 2000 magnus@websys.no wrote:

> But I'm unable to set the Title property of a File object.  

Is it just the title property?  All the others you can fiddle around with?
Try manage_changeProperties() instead.  I know (from
lib/python/OFS/Image.py) that the File object has its own
manage_edit() method, you could try that one.