yES , i agree. Or like u use Ashx to output the image through response. and then set the src to this ashx by javascript
On Mon, May 25, 2009 at 2:07 PM, Gunawan Hadikusumo < [email protected]> wrote: > > why not just return the designated url for the image ? just like > http://blah/test.jpg then using javascript you change the src property > of the current image refering to that url ? > > On 5/24/09, cipto john <[email protected]> wrote: > > Hmm,, > > Everything on xmlhttprequest result is a string. > > i'm not sure > > > > > > On Fri, May 22, 2009 at 5:48 PM, shree <[email protected]> wrote: > > > >> > >> hello folks, > >> > >> I'm confused if it is possible or not to use xmlHTTPRequest and > >> responseStream to get an image. > >> I'm generating image on the fly it gets updated for every 5 sec. I > >> need to show that > >> Image. > >> > > >
