Hello,
I have a form that can be filled out and when submitted it is shown in a row of an html table. Now I want to add the possibility to upload a file in my input form, and if a file is uploaded at the end of the row a link is being displayed to download the file.
I found enough information on the browse and upload functionality, but how do I do that with displaying the link??
Thanks