Rob Desbois wrote:
Traunic

 > how does raw image data get you anything?  Seems you want the data and
 > the image URL via XHR and then dynamically insert your DOM bits (img
 > tag w/ URL from response with some sort of wrapper containing your
 > legend)...  I mean, what you are talking about is technically doable
 > (not in all browsers) http://www.kryogenix.org/days/2003/10/18/embedding
 > but I am not sure it gets you anything.

No, you haven't read my post carefully enough. I don't want the image's URL because the image *doesn't have* a URL - it's generated by a server-side script.

This cannot be. If you want to load the raw image data via Ajax, there *must* be a URL.

But this URL could as well be used as src for the image given that the server-side script sets the proper mime type.


--Klaus

Reply via email to