Hello I dont know how to show the link to the uploaded files using SQLFORM.factory
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
--

