RE: Images not getting rendered when using httphandler
- From: "Hermit Dave" <hermitd.REMOVE@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 12 May 2005 07:38:21 -0700
Hitesh,
Have a look at this article from aspalliance
http://aspalliance.com/articleViewer.aspx?aId=141
that example uses an aspx page to output the image.
once you have that working and you would like to optimise it then put the
code into http handler
This link should help with handler (custom) and image manipulation code
http://www.microsoft.com/belux/nl/msdn/community/columns/desmet/httphandler.mspx
I have used the code similar to the one in above link from ms but i just
created a generic handler .ashx rather than a custom handler.
HTH
Regards,
Hermit Dave
http://hdave.blogspot.com
"Hitesh" wrote:
> Hi,
>
> I am getting the response from another Website by using the HttpHandler in
> my current site. I am getting the page but all the images on that page are
> not appearing only placeholder are displayed.
>
> Can anybody know this issue and help me to resolve this.
>
> In past i received the response saying that i should download the image
> first and then parse the actual response and modify the src attribute of the
> img tag and then rendered the output on the browser. But i could not able to
> find a way to do this, if this approach is correct then if somebody can
> provide me a code snippet then it will be really helpful.
>
> Thanks
> Hitesh
.
- Follow-Ups:
- References:
- Images not getting rendered when using httphandler
- From: Hitesh
- Images not getting rendered when using httphandler
- Prev by Date: Re: Unable to start debugging on the web server
- Next by Date: Re: Session variables in a Public Class?
- Previous by thread: Images not getting rendered when using httphandler
- Next by thread: RE: Images not getting rendered when using httphandler
- Index(es):
Relevant Pages
|
Loading