Question
3
Replies
226
Views
Posted: October 2, 2019
Last activity: October 2, 2019
Closed
Attachment preview before saving in pega attachments.
Hi All,
Do we have any OOTB rules availble to view the preview of a file before saving into attachment class.
When a file is uploaded using ootb attachments pyUploadFile activity is invoked and it internally calls the "java.util.HashMap hmFileInfo = pega_rules_utilities.uploadFile(false);" step to convert the file into hash map format.
Do we have any function/ootb rule or custom script to preview the above converted hashmap info into a document.
Thanks,
Sampath
Hello,
Please refer the following the following links it might help you in achieving your requirement:
https://community1.pega.com/community/pega-support/question/attachment-preview-post-upload-file
https://community1.pega.com/community/pega-support/question/upload-image-preview
Hope this helps.