I'm building a webshop and i'm stuck with a specific task. I'm using rails. I have a form for adding a new product. In the form there's a portion for image upload. I want to provide my client with a way of adding images to his product and returning to the same folder with the fields he's filled in still filled in. Form -> Add image -> Returns to the form displaying the images that will be added to this form. Form -> Submit -> Saves the product and the images. I've looked at both file_column and acts_as_attachement plugins but it's the specific form re-view that I don't know how to solve. Thank you in advance.