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 call

skip_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, "wejrow...@gmail.com" <wejrow...@gmail.com> 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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to