As to the CSRF part, you'll need to pass the authenticity_token into
Flash somehow (my Flash is pretty terrible, so I wouldn't really know
how to do that; i guess a start would be knowing #
{form_authenticity_token} is the String containing the authtoken).
Otherwise you can callskip_before_filter :verity_authenticity_token, :only => 'upload_action' To skip the authenticity token check, if you feel your app has strong enough security without it. On May 14, 9:51 pm, "[email protected]" <[email protected]> wrote: > I can mess with it again... but if I use Flash, is there anything out > of the ordinary I need to do (eg with the authentication in Rails > 2.x)? I used the same Flash script that worked to send to PHP to Ruby > and I couldn't get Ruby to do anything with the files (using Rails > script that worked with static html uploads). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

