On Sat, Jan 24, 2009 at 4:23 PM, Sebastian E. Ovide <[email protected]> wrote: > Hi All, > > I have a model that works well with SQLite but it doesn't with GAE > > db.define_table('person', > SQLField('name'), > SQLField('email'), > SQLField('phone'), > SQLField('foto','upload'), > SQLField('manager','reference person') > )
<snip> You may also want to go to: http://groups.google.com/group/web2py and do a search on: t2.display image file to see how to work with file uploads. -wj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

