greendog99 / multiple_image_upload_crop_example
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 776ca94aa3cf250afed10a61db964faf4e69f30b
tree 29aa0de103641572bad4e9357c09c5aa92f04e18
parent 549c829482a741efdf5da951adcfa7fd7429c30d
tree 29aa0de103641572bad4e9357c09c5aa92f04e18
parent 549c829482a741efdf5da951adcfa7fd7429c30d
| name | age | message | |
|---|---|---|---|
| |
README.mdown | Mon Feb 02 16:23:01 -0800 2009 | |
| |
Rakefile | Mon Feb 02 16:13:21 -0800 2009 | |
| |
app/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
config/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
db/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
public/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
script/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
test/ | Mon Feb 02 16:13:21 -0800 2009 | |
| |
vendor/ | Mon Feb 02 16:13:21 -0800 2009 |
README.mdown
Example app for multiple image upload and crop
This is an example app that shows how I solved the problem of uploading multiple images using Paperclip, associating them with a parent model using attribute_fu, and allowing the user to manually crop the images after upload.
For more details, read the blog post
