Hello, I am trying to send an image of class ExtImage as attachment in an email. If image is of class Image I can do this: <dtml-boundary type=application/octet-stream disposition=attachment name=myTest.gif encode=base64> <dtml-var "myTest.data"> But which method (I couldn't find one) have I to use when image is of class ExtImage? Any hints? Best regards Arno
Giving the answer myself: <dtml-boundary type=application/octet-stream disposition=attachment name=myTest.gif encode=base64> <dtml-var "myTest.index_html(REQUEST,RESPONSE)"> On Mon, 11 Jun 2001, Arno Gross wrote:
Hello,
I am trying to send an image of class ExtImage as attachment in an email. If image is of class Image I can do this: <dtml-boundary type=application/octet-stream disposition=attachment name=myTest.gif encode=base64> <dtml-var "myTest.data">
But which method (I couldn't find one) have I to use when image is of class ExtImage?
Any hints? Best regards Arno
participants (1)
-
Arno Gross