Re: [Zope] problem manage_upload
12 Apr
2001
12 Apr
'01
8:48 p.m.
servel yannick writes:
.... self.uploadImage(obj=self.i.filename%d %(f) Hugh, what strange expression is that?
It is parsed as (self.i.filename % d) % f What you probably want is getattr(self.i, 'filename%d' % f) Dieter
9125
Age (days ago)
9125
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer