Topic: Browserplus session problem
Hi,
First of all I would like to thank you for this wonderful application. I've been looking for an uploader like this (specially with client side resizing capabilities) for a long long time !.
Since last Monday, I'm integrating it to a photo gallery of my own. Everything works wonderfully (tried every single runtime, etc.) except for Browserplus for which requests are not being tied to the current PHP session.
For example, If I'm on the admin interface of my application, and I try to upload an image, I get a login HTML page as the response (instead of the expected JSON response) provided by the FileUploaded Event, which I use for error handling. The request to the upload handler (upload.php on the examples) is totally failing because of the authentication problem.
Like I said, with the other runtimes everything works as expected, but not with Browserplus.
I'm on MAC OSX 10.5.8 and the problem is present on both Firefox 3.6.11 and Safari 5.0.2. I'm using plupload v1.2.4.
For now, I think that I'll remove the Browserplus support, but I wanted to report it anyways so that it gets fixed if this is indeed a bug.
Thanks in advance.
Regards,
Arunas