Hi
We are currently using ASP.NET ImageMap to display dynamically generated images, that have hotspots, in our web app, which also uses Telerik ASP.NET AJAX controls extensively.
ASP.NET ImageMap control requires that the image file be a physical file sitting in our web app folders and you specify the URL to that file. This requires that we need to create temp files and manage them - deleting etc.
To avoid creating those 'physical files' and use in-memroy images, I realize we can cache the image and write a HTTP handler that can stream the image from that cache.
Before I sit down and write my own handler...
I was wondering if we can pile onto the Telerik.Web.UI.WebResource that does similar work for Telerik's resources. Does it expose any functionality where we can tell it say - here is the image stream, that is in this cache, serve this image when the request is made in certain fashion for the image resource?
Any pointers appreciated.
Regards
Athadu
We are currently using ASP.NET ImageMap to display dynamically generated images, that have hotspots, in our web app, which also uses Telerik ASP.NET AJAX controls extensively.
ASP.NET ImageMap control requires that the image file be a physical file sitting in our web app folders and you specify the URL to that file. This requires that we need to create temp files and manage them - deleting etc.
To avoid creating those 'physical files' and use in-memroy images, I realize we can cache the image and write a HTTP handler that can stream the image from that cache.
Before I sit down and write my own handler...
I was wondering if we can pile onto the Telerik.Web.UI.WebResource that does similar work for Telerik's resources. Does it expose any functionality where we can tell it say - here is the image stream, that is in this cache, serve this image when the request is made in certain fashion for the image resource?
Any pointers appreciated.
Regards
Athadu