public
Description: How to use SWFUpload with custom Rack Middleware
Homepage: http://jetpackweb.com/blog/2009/10/21/rails-2-3-4-and-swfupload-rack-middleware-for-flash-uploads-that-degrade-gracefully/
Clone URL: git://github.com/anveo/swfupload_demo.git
name age message
file .gitignore Wed Oct 21 16:14:57 -0700 2009 Initial commit [anveo]
file README.textile Wed Oct 21 22:26:00 -0700 2009 Created README file [anveo]
file Rakefile Wed Oct 21 16:16:10 -0700 2009 Initial Rails project [anveo]
directory app/ Wed Oct 21 21:57:28 -0700 2009 Graceful degradation [anveo]
directory config/ Wed Oct 21 18:55:29 -0700 2009 Route updates, compass config [anveo]
directory db/ Wed Oct 21 18:53:13 -0700 2009 Song controller and model [anveo]
directory doc/ Wed Oct 21 16:16:10 -0700 2009 Initial Rails project [anveo]
directory public/ Wed Oct 21 18:57:41 -0700 2009 Make sure assets and sass compile dir are in scm [anveo]
directory script/ Wed Oct 21 16:16:10 -0700 2009 Initial Rails project [anveo]
directory test/ Wed Oct 21 16:16:10 -0700 2009 Initial Rails project [anveo]
README.textile

Rails and SWFUpload

See http://jetpackweb.com/blog/2009/10/21/rails-2-3-4-and-swfupload-rack-middleware-for-flash-uploads-that-degrade-gracefully/ for details

Just make sure you have the required gems, run the database migration, and start the server.

@rake gems:install
@rake db:migrate
@script/server