Please delete this post, if possible. the subject is wrong. Its SQLFORM.factory does not show link to uploaded files
2013/1/23 António Ramos <[email protected]> > Hello > > my code > > > form=SQLFORM.factory(db.trabalhador,db.t_docs, > submit_button="Gravar", > > fields=['nome','bi','ncart','ncartval','apt_medica','apt_medicaval','val_formacao','f_doc'], > table_name='trabalhador') > > > and in my view on of the fields "apt_medica" is an upload type field. > > It does not show the link to get the file. > > > How to show it? > > Thank you > > > António > > --

