public
Description: Example app to upload multiple images and allow user-specified cropping.
Homepage: http://www.mfischer.com/2009/02/02/multiple-image-upload-and-crop-with-rails
Clone URL: git://github.com/greendog99/multiple_image_upload_crop_example.git
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