uploadify + CsrfValidation

Hi guys,

I’m using uploadify to upload images. CsrfValidation is enabled, so i have to send the csrftoken when uplodaify uploads a file. I acutaly see csrftoken in the $_POST array, but I get the ‘The CSRF token could not be verified.’ error message.

Thx for any help.

Oooh crap, flash starts a new session…

Flash does not pass along the cookies for a page. That’s why the session is not preserved. I don’t know anything about uploadify, but there’s a fix in flash described here:

It requires a fix in the flash file though.