> Hi, > > For me this solution works but only with Internet Explorer 7. I have > not tried the IE6 but anyway it does not work with Firefox. > Has anyone invented some fix for that. > > Regards, > Lukasz
I got it working on Firefox 3 using Rails 2.1. I wrote up about it on my blog: http://blog.isshen.com/2008/10/5/making-swfupload-and-rails-2-1-sessions-work-together I don't know why it doesn't work for you. You might be using cookie session store and passing the session_id in a way that screws up the Javascript. Anyways, the PHP folks have solved it a different way, by writing a separate SWF file, pulls the session cookie in from the browser, and sets a Flash cookie. Ho-Sheng Hsiao Isshen Solutions, Inc. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

