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

Reply via email to