Skip to content

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

License

Notifications You must be signed in to change notification settings

alainbloch/uploadify_paperclip_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploadify/Paperclip

This is a fork of the github.com/leeh/uploadify_paperclip_demo

It has been refactored to make it more modular in design. The most significant aspect is most of the logic has been encapsulated in a plugin I created, uploadify_rails. You can find the plugin here:

github.com/alainbloch/uploadify_rails

Original README

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • Ruby 6.5%