i'm interested in allowing users to upload multiple profile pictures stored as blobs. Obviously I need an intermediate table, images, to store the images but I'm unclear how to link it to the users table following http://stackoverflow.com/questions/6334360/web2py-how-should-i-display-an-uploaded-image-that-is-stored-in-a-database and still get an upload box on the user's profile page. i'm using auth.settings.extra_fields
-- Jon Molesa [email protected] --

