Hi Will, your probably sending your blobs without a properly formatted
header response. I had this same problem when I was testing content
types and I inadvertently left the content_type header undeclared.
Every other browser worked fine but IE was broken (apparently IE is
the only browser that cares to know before hand what the content type
is ;). After I fixed that, all was good with IE again.
Hope this helps and good luck!
--Joe