cameronyule / swfupload-rails-authentication

Demo Rails 2.1 app showing SWFUpload working in tandem with restful-authentication, CSRF protection and attachment_fu.

This URL has Read+Write access

name age message
file README Thu Oct 30 04:59:32 -0700 2008 Updated the README for the SWFUpload v2.2.0 Bet... [Cameron Yule]
file Rakefile Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory app/ Thu Oct 30 04:58:18 -0700 2008 Updating to SWFUpload v2.2.0 Beta 2 and Rails 2... [Cameron Yule]
directory config/ Thu Oct 30 04:58:18 -0700 2008 Updating to SWFUpload v2.2.0 Beta 2 and Rails 2... [Cameron Yule]
directory db/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory doc/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory lib/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory log/ Thu Oct 30 04:58:18 -0700 2008 Updating to SWFUpload v2.2.0 Beta 2 and Rails 2... [Cameron Yule]
directory public/ Thu Oct 30 04:58:18 -0700 2008 Updating to SWFUpload v2.2.0 Beta 2 and Rails 2... [Cameron Yule]
directory script/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory test/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory tmp/ Thu Jul 31 04:26:48 -0700 2008 adding rails app [Cameron Yule]
directory vendor/ Thu Jul 31 04:29:23 -0700 2008 adding plugins [Cameron Yule]
README
swfupload-rails-authentication
==============================

Demo Rails 2.1.2 app showing SWFUpload working in tandem with restful-authentication, CSRF protection and attachment_fu.


The demo has been updated to use SWFUpload v2.2.0 Beta 2, which supports Flash Player 10.

Requirements
============

Rails 2.1
ImageMagick
mini_magick gem
mime-types gem


Usage
=====

rake db:schema:load
rake db:fixtures:load
script/server


Login
=====

The restful authentication test user;

username: quentin
password: monkey


References
==========

http://seventytwo.co.uk/posts/making-swfupload-and-rails-work-together
http://blog.airbladesoftware.com/2007/8/8/uploading-files-with-swfupload
http://blog.inquirylabs.com/2006/12/09/getting-the-_session_id-from-swfupload/