-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (25 loc) · 763 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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/