Hello,
I have created a Form for users to upload documents for an approval process and then further processing in the repository. I initially designed the process around only PDFs being uploaded to the Form. However, a user request the ability to also upload JPG files.
My issue arises when then the Form saves to the repository.
When the uploaded files/attachments are PDF, they are simply listed in the Form that is finally saved to the repository:
This is my preference.
However, when the uploaded file is JPG, the image is 'saved' as part of the form submission:
My question is how do I get a JPG file to behave the same as a PDF on save to repository?
Thank you,
Darren