Multiple image upload

Hello all.

I want to have a detailed note on implementing multiple image
uploading in rails.

Thanks in advance.

Regards
Athreya

Hi Athreya.,

For multiple image uploading rails is having a plugin so called
:paperclip…

Use this plugin , u can implement multiple image uploading in rails.

for this plugin visit the below link:

And for implementation: Readme file in that plugin .

For more info of implementation refer below link:
http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/

Regards
hafeez

Hi Athreya.,

For multiple image uploading rails is having a plugin so
called :paperclip…

Use this plugin , u can implement multiple image uploading in rails.

for this plugin visit the below link:

And for implementation: Readme file in that plugin .

For more info of implementation refer below link:
http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails/

Regards
hafeez

And if you put both together you get this tutorial:

http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/

I have used this with just one image per. model and multiple images
for a model (has_many) Works and looks great…

There’s also swfupload (google for the details), which has worked fine
for me.