I am using the fine paperclip plugin for rails. Everything is nice so far, users can upload images.
Now i want an extra step before my model is saved, asking for confirmation by the uploader that the image looks right.
Is this possible to do with paperclip? If so, how?