Hmm, that's actually what I tried originally:
$this->_helper->layout->disableLayout();
$this->getResponse()->setHeader('Content-Type', 'image/jpeg');
And then:
<?php echo $this->myobject->myblob ?>
I see the data, but it still has extra stuff on it.
Tim
|