I'm following this example to try and implement a way of uploading images from the default page of my application in web2py into the database. I went through the whole thing and can now view the images on the default page that were uploaded through the appadmin controller and the function /insert/db/image
What I would like is to have a small section on the default page to upload images from rather than having to go to a different page in /appadmin/insert/db/image
How would I implement this in the default controller and view? Thank you