Hopefully this is super simple and I'm just not seeing it.
We have an adaptive form that is using File Attachment to upload an image and it's submitted to a workflow. We have an XSD bound to the form fields and file attachment. All works well upon submission. The file is uploaded and put into the relative payload to directory. And, the filename is put into the bound field.
There is an assign task next, and we would like to display the image submitted and allow the user to change it. Currently, simply binding the fields does not work.
Any help for this simple use case would be appreciated.
Thank you,
Charles
Solved! Go to Solution.
Views
Replies
Total Likes
I think this article should solve your use case
I think this article should solve your use case
@crich2784 so when you use attachment the file is persisted in the crx, now for your use case you just need to make a small component that can take the image that was uploaded and display on the page itself, right?