db.define_table("login", Field("_First Name:",requires = IS_NOT_EMPTY()), Field("_Other Names:",requires = IS_NOT_EMPTY()), Field("Profile:", "text") Field("image" ,"upload",),
On Friday, April 1, 2022 at 11:29:19 PM UTC-7 igboji...@gmail.com wrote: this code is not working in