greendog99 / multiple_image_upload_crop_example

Example app to upload multiple images and allow user-specified cropping.

This URL has Read+Write access

greendog99 (author)
Mon Feb 02 16:23:01 -0800 2009
commit  776ca94aa3cf250afed10a61db964faf4e69f30b
tree    29aa0de103641572bad4e9357c09c5aa92f04e18
parent  549c829482a741efdf5da951adcfa7fd7429c30d
name age message
file README.mdown Mon Feb 02 16:23:01 -0800 2009 updated readme [greendog99]
file Rakefile Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory app/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory config/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory db/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory public/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory script/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory test/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
directory vendor/ Mon Feb 02 16:13:21 -0800 2009 Initial commit [greendog99]
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