Ok I did it. Thanks. D
On Feb 7, 5:17 pm, Richard Vézina <[email protected]> wrote: > Hello, > > "," is missing : > > db.define_table('dog', > Field <http://web2py.com/book/default/docstring/Field>('small_image', > 'upload'), # here > Field <http://web2py.com/book/default/docstring/Field>('large_image', > 'upload')) > > In this page : > > http://web2py.com/book/default/chapter/08?search=shell > > Search for : > > db.define_table('dog', > Field <http://web2py.com/book/default/docstring/Field>('small_image', > 'upload') > Field <http://web2py.com/book/default/docstring/Field>('large_image', > 'upload')) > > Richard

