On 05 Oct 2008, at 03:21, Ho-sheng Hsiao wrote: >> 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.
Works perfectly for me on all browsers (I use the cookie store session, but Jörg got it to work with the activerecord store too): http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/45f70281a5992fa7 Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

