On Mon, Oct 26, 2009 at 1:08 PM, Wooble <geoffsp...@gmail.com> wrote:
>
> You seem to be trying to embed an image directly into an HTTP
> template?  This isn't going to work.  Your html needs an <img> tag,
> with the URL pointing somewhere that returns the image data (which can
> itself be a URL in your application that creates the image
> dynamically).

Well technically you can embed an image in the browser using the data
attribute of an image and, say, base64 encoding it.  From my testing
it seems to work fine everywhere except in internet explorer (piece o'
crap, but admittedly that was back on version 6, who knows about the
later versions).  And yes, there can be uses for that.

But yes, you want to put in a link, not the image.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to