I am currently using paperclip to upload a single photo. When the user goes to the show view, it shows the photo and the info related to it. Now I want to update it to accept multiple photos so that all of the photos are shown on the show view. What do I need to use? (JavaScript and update paper-clip to take multiple uploads?) Or is there something else?
I have read http://sleekd.com/general/adding-multiple-images-to-a-rails-model-with-paperclip/
If you want to handle multi file upload I suggest you use this jquery library
https://github.com/blueimp/jQuery-File-Upload
Its very in depth and great for multi-file upload.
Also, this good example as to how to implement with paperclip.
Rails 3.1 + Paperclip + jQuery fileupload