leeh / uploadify_paperclip_demo

Multiple Image upload demonstration Rails application, using Paperclip and Uploadify.

This URL has Read+Write access

name age message
file .gitignore Thu Oct 29 08:17:30 -0700 2009 Refactor & update to 2.3.4 [leeh]
file LICENSE Fri Aug 28 05:23:06 -0700 2009 Add license and readme [leeh]
file README.rdoc Thu Oct 29 08:17:30 -0700 2009 Refactor & update to 2.3.4 [leeh]
file Rakefile Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
directory app/ Thu Oct 29 08:17:30 -0700 2009 Refactor & update to 2.3.4 [leeh]
directory config/ Thu Oct 29 08:17:30 -0700 2009 Refactor & update to 2.3.4 [leeh]
directory db/ Thu Oct 29 08:17:30 -0700 2009 Refactor & update to 2.3.4 [leeh]
directory doc/ Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
directory public/ Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
directory script/ Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
directory test/ Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
directory vendor/ Fri Aug 28 05:19:29 -0700 2009 Initial Commit [leeh]
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: