Why are you using blobs? Its incredibly inefficient.
http://www.php-mysql-tutorial.com/php-mysql-upload.php should give you some pointers.
Basically, you SELECT it out as usual, then echo it out on the page, whilst setting the content type headers before...