Adding a pdf attachment to a datatable
Adding a pdf attachment to a datatable
brmtgirl
Posts: 1Questions: 1Answers: 0
Hi - I am looking to be able to add an attachment from my form into the datatable on that form. I see an example of adding an image to the row directly, but that's not helping me. Are there any examples anywhere that I could look at?
This discussion has been closed.
Answers
In this example from my own coding you can upload multiple documents through Editor subsequently they all get displayed in the datatable as well and you can click on them to view them.
Javascript:
PHP:
just to complete the picture, this is the function I call to render files in Editor.
Javascript