LEADTOOLS Support
Imaging
Imaging SDK Questions
Does the image for a WebImageViewer have to physically reside on the web server?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, November 4, 2009 7:13:36 AM(UTC)
Groups: Registered
Posts: 1
I see in
http://support.leadtools...rums/15218/ShowPost.aspx that the response was to save the image to the local web server then set WebImageViewer.ImageUrl to the path of file on the server. Is there any way to dynamically load the image from a memory stream or from an .aspx page or .asmx web service that serves up the image? That is, I'm looking to set ImageUrl or OpenImageUrl to something like "/GetImage.aspx?id=1234", and totally avoid saving the image somewhere on the web server itself.
I am using Leadtools v15.
James
#2
Posted
:
Thursday, November 5, 2009 5:15:29 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
James,
Loading form a URL should work even if it's a dynamic URL and its response is something like Response.TransmitFile("x:\SomeFile.jpg") or any response that sends a valid image format.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Does the image for a WebImageViewer have to physically reside on the web server?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.