Re: [Zope] Forcing Content-Type of Image object

2000-11-14 Thread Dieter Maurer
Peter Bengtsson writes: I don't want Zope to find out what content type an Image has. I want to be able to force that programmatically myself from DTML. Here are some code examples that doesn't work: dtml-call "PARENTS[0].manage_addImage('awapimage.wbmp',file,'Give it a

[Zope] Forcing Content-Type of Image object

2000-11-12 Thread Peter Bengtsson
I don't want Zope to find out what content type an Image has. I want to be able to force that programmatically myself from DTML. Here are some code examples that doesn't work: dtml-call "PARENTS[0].manage_addImage('awapimage.wbmp',file,'Give it a Title','','image/vnd.wap.wbmp')" dtml-call