On Tue, 30 Oct 2012 21:25:03 -0200, bhorvat <horvat.z.bo...@gmail.com> wrote:

Hi

Hi!

Yea I have seen that demo as well, and my problem is that I need to show the image that the user has uploaded. So my question is how can I get from UploadFile something that can be visible without storing it to the hard disk and then displaying it.

My idea is to keep the UploadFiles in memory and if the users leaves without clicking submit the updates are deleted. If I story them then it will be much harder for me to find out which ones should be cleared because the user didnt not click save button

You need to use a StreamResponse. Search the web and this mailing list archives to find examples.

--
Thiago H. de Paula Figueiredo

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

Reply via email to