[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

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

2012-03-27 Thread mwk
documentation. Another option is aviary APIhttp://www.aviary.com/web On Tue, Mar 27, 2012 at 10:04 AM, mwk mwkant...@gmail.com wrote: 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

[web2py] fit image to shape

2012-03-06 Thread mwk
I would like to have an uploaded image displayed inside a specific shape. For instance, I would like to have an uploaded image fill a circle or fill an octagon shape, or other shape. How can I accomplish that with We2py? Thanks Mark