Chain media view

2009-09-08 Thread Thiago Nuic Vidigal
Hi,

I'm trying to make a chain media view in order to integrate my system with
another one. One of the issues I'm having is showing images. Since the
system that holds the images is using media view to protect the images I was
wondering if it is possible to chain the response from the media view of one
system to media view to another. One lazy approach would be to pass the
session_id as a GET parameter, but that would not be very nice. In java I
would use a chain of streams. Anyone had this problem?

Thank in advance.
Thiago Nuic Vidigal

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



Re: Chain media view

2009-09-08 Thread Thiago Nuic Vidigal
Got it working by creating my own Media view based on CakePHP's one.


On Tue, Sep 8, 2009 at 11:43 AM, Thiago Nuic Vidigal tvidi...@gmail.comwrote:

 Hi,

 I'm trying to make a chain media view in order to integrate my system with
 another one. One of the issues I'm having is showing images. Since the
 system that holds the images is using media view to protect the images I was
 wondering if it is possible to chain the response from the media view of one
 system to media view to another. One lazy approach would be to pass the
 session_id as a GET parameter, but that would not be very nice. In java I
 would use a chain of streams. Anyone had this problem?

 Thank in advance.
 Thiago Nuic Vidigal


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