[web2py] How to allow Image Upload and Border Selection preview before saving to permanent table

2012-03-27 Thread mwk
Hi Massimo and All, I want a user to be able to upload an image and choose a border to surround it from a choice of images I have in the database. I want them to be able to play around and see what looks best to them before saving their final border choice and uploaded image to the database. I

Re: [web2py] How to allow Image Upload and Border Selection preview before saving to permanent table

2012-03-27 Thread Bruno Rocha
There are many ways of doing that, one option is to overlay the image with the border images using CSS background clipping, so you can save the file and the ID of the border, so when you show this in view you choose the border dynamically. If you want to save the image with border on disk then