add upload=URL('default', 'download') should solve the problem. Paolo On Thursday, January 24, 2013 12:11:33 AM UTC+1, Ramos wrote: > > 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 >
--