Hi
Im writing a file upload component, and as part of that I want to have
a file upload log. This is basically a text file I rewrite to each
time a file is uploaded with a bit of data about the upload.
Anyway, as part of this I want to record the person who uploaded the
file. Over the rest of my site I have a session I have set
("member_id") that I call with $this->Session->read("member_id")
This doesnt work in the uploader component though. I get the
following error:
Notice: Undefined property: UploaderComponent::$Session
How can I call my site session in my component?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---