cameronyule / swfupload-rails-authentication
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Cameron Yule (author)
Thu Oct 30 04:59:32 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | Thu Oct 30 04:59:32 -0700 2008 | |
| |
Rakefile | Thu Jul 31 04:26:48 -0700 2008 | |
| |
app/ | Thu Oct 30 04:58:18 -0700 2008 | |
| |
config/ | Thu Oct 30 04:58:18 -0700 2008 | |
| |
db/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
doc/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
lib/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
log/ | Thu Oct 30 04:58:18 -0700 2008 | |
| |
public/ | Thu Oct 30 04:58:18 -0700 2008 | |
| |
script/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
test/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
tmp/ | Thu Jul 31 04:26:48 -0700 2008 | |
| |
vendor/ | Thu Jul 31 04:29:23 -0700 2008 |
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/
