I uploaded an image and want to attach it to an email message using <dtml-mime>. How do I get the actual image? <dtml-var image> gives me the <img > tag. "image.content_type" gives me content type properly, but I don't know the property name for the actual data. TIA