Try
db,define_table('image;,
Field('image, 'upload', notnull=True, requires=[IS_IAMGE()]),) On Dec 21, 9:02 pm, pk <[email protected]> wrote: > hi, > > how can i realise this? > > thanks > peter
Try
db,define_table('image;,
Field('image, 'upload', notnull=True, requires=[IS_IAMGE()]),) On Dec 21, 9:02 pm, pk <[email protected]> wrote: > hi, > > how can i realise this? > > thanks > peter