displaying jpg image via jquery ajax call
Posted
by Sobek
on Stack Overflow
See other posts from Stack Overflow
or by Sobek
Published on 2010-06-03T07:04:57Z
Indexed on
2010/06/03
7:24 UTC
Read the original article
Hit count: 202
Hi,
I want to show images that are requested from a binary field (blob) out of a mysql database. They are retrieved by a PHP script and outputs a 'real' jpeg image i.e. header('Content-Type') = 'image/jpeg'. This is working.
But how can i intercept this image that is being made by an ajax call ?
© Stack Overflow or respective owner