On Thu, 10 Mar 2011 17:49:14 -0300, Rich M <rich...@moremagic.com> wrote:

Okay, that makes sense. Is there a way to use the StreamResponse instead of the URL then to display an image in the browser?

Unless you want to generate one of that data URLs (http://en.wikipedia.org/wiki/Data_URI_scheme), you'll need to generate an URL for it just like it was described in the thread you linked. StreamResponses don't have URLs by themselves.

My application will be able to more reliably serve the images via the StreamResponse rather than the URL

Why?

so I'd like to consider that approach, or at least know if how to do it for curiosity sake.

Wise words. :)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to