Re: Putting an Image (in Bytes) on the session

2010-11-15 Thread Greg Akins
On Mon, Nov 15, 2010 at 12:49 PM, Jesse Hill wrote: > > Also, is there a particular reason why the data needs to go in the session > instead of just adding a getImage() method to your action that will return > the data that you need? > You're right. I don't need it in the session. But that wa

Re: Putting an Image (in Bytes) on the session

2010-11-15 Thread Jesse Hill
--| |> | Subject: | |> >------------------------------| |R

Re: Putting an Image (in Bytes) on the session

2010-11-15 Thread Maurizio Cucchiara
You're right, it smells like a wrong approach :). Storing image's bytes is a space consuming practice. Anyway, Could you explain what do you need? 2010/11/15 Greg Akins > This seems like maybe I'm approaching it wrong.. but wondering if it's > possible. > > I'm wondering if I can put an image,