How to make multiple image uploads with Rails 3?

Asked

Viewed 931 times

4

I ran a scaffold with the name "Property", I need to add images next to it preferably in a different model referencing (1 Property can have many images), where the user can select more than one image.

The idea would be to create a button to add more images and have a preview before saving them, with a remove button and a radiobutton to define which will be the cover image in each preview.

It is possible?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.