View Single Post
  #3 (permalink)  
Old 04-24-2008, 03:53 PM
TimWhite TimWhite is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default

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
Reply With Quote