Forcing Content-Type of Image object
12 Nov
2000
12 Nov
'00
11:49 p.m.
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 "PARENTS[0].manage_addImage('awapimage.wbmp',file,'Give it a Title','image/vnd.wap.wbmp','image/vnd.wap.wbmp')"> <dtml-call "PARENTS[0].manage_addImage('awapimage.wbmp',file,'Give it a Title','image/vnd.wap.wbmp','')"> Image.py contains this: def manage_addImage(self, id, file, title='', precondition='', content_type='',REQUEST=None): I have searched the mailing list and looked at Image.py but can't find it. Help, please Best regards, Peter
9276
Age (days ago)
9276
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Bengtsson