FileField from schema.extender

1 message Options
Embed this post
Permalink
Benjamin Klups () FileField from schema.extender
Reply Threaded More More options
Print post
Permalink
I create a FileField in schema.extender but i don't know how to view it in my template
i put :
          <div tal:condition="context/myfield">
  < span tal:replace="context/myfield"/>
           </div>    

and i can see the content of the file but i just want to view a link to the uploaded file

i'm a poor beginner

thanks for your advices