Re: [web2py] image uploading and storing in web2py
If your image needs to be stored in database (not in filesystem) do: Field('name','upload',uploadfield="myblob"),Field('myblob','blob',default='')
Re: [web2py] image uploading and storing in web2py
Search the book for 'image' and you will find a lot of references. Here is an quote from early in the book ( http://web2py.com/book/default/chapter/01?search=image): "Here are some examples of web2py statements that illustrate its power and simplicity. The following code: 1. db.define_table('p