leeh / uploadify_paperclip_demo
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 29 08:17:30 -0700 2009 | |
| |
LICENSE | Fri Aug 28 05:23:06 -0700 2009 | |
| |
README.rdoc | Thu Oct 29 08:17:30 -0700 2009 | |
| |
Rakefile | Fri Aug 28 05:19:29 -0700 2009 | |
| |
app/ | Thu Oct 29 08:17:30 -0700 2009 | |
| |
config/ | Thu Oct 29 08:17:30 -0700 2009 | |
| |
db/ | Thu Oct 29 08:17:30 -0700 2009 | |
| |
doc/ | Fri Aug 28 05:19:29 -0700 2009 | |
| |
public/ | Fri Aug 28 05:19:29 -0700 2009 | |
| |
script/ | Fri Aug 28 05:19:29 -0700 2009 | |
| |
test/ | Fri Aug 28 05:19:29 -0700 2009 | |
| |
vendor/ | Fri Aug 28 05:19:29 -0700 2009 |
README.rdoc
Uploadify/Paperclip
This is a simple Rails (2.3.4) app that shows using Uploadify www.uploadify.com to upload multiple image files, using Paperclip to store them.
I originally built this while testing it myself, and am putting it up since I didn’t ever find a clear and complete example that worked in 2.3.4.
Setup
It’s a standard Rails app, nothing special. The code does depend on the mime-types gem, so you will need to install that.
Thanks To:
Thanks to several people, from whom I pulled bits of this from:
