I have pg1 where data is collected from user (through various page items)..and populated on the IG which is on the same page. On review summary button click, data is submitted to a collection (coll1) and takes user to summary page.
problem is I have attachments page item on pg1. Is it possible to submit it in a collection? How to display it as thumbnail & previewable/downloadable in summary page and also it should be submitted to DB alongwith the coll1 data.
Can i use session state value of attachment to display and submit? what should be the page item type to display using session state?
(attachments could be of excel, msg, pdf, png,jpg)
Please suggest me a way to do this.