I created a DB and input form that allows a user to upload a doc (PDF). but when I create the table to display the info it does not have a place for the PDF to download. How do I add the PDF (or docx file)?
Hey,
Please provide us with the site URL, the page name to which the table was added and a screenshot of the issue so that we can better understand the issue you were referring.
Awaiting your reply,
Tal.
The following example allows users to upload a file.
Upon completion, the UploadFile() function returns a promise with the object ‘uploadedFile’ which contains the url of the uploaded file.
You can use the url to retrieve the file by assigning it as a link to a button.
Thank you. Problem solved.
Hi drosenblatt
Please share how you solved this issue, am also stuck with this.
Thanking in anticipation