I would suggest following the Book more closely:
http://web2py.com/book/default/chapter/03

db.define_table('image',
   Field('caption'),
   Field('file', 'upload'))

<img src="{{=URL('download', args=image.file)}}" />

Reply via email to