session is not working in uploadify plugin…
Edit…
@ marcgg
When i am trying to upload images using uploadify plugin.. My session is nt working at back end..
Boss what else i can say.. should i post the default code i got from uploadify plugin…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flash doesn’t forward cookies from the browser, so $_SESSION will not work correctly. (The code is most likely failing when you require_once the session file.)
To summarize the concept:
this will also work..