Question
Customer Value Partners Inc
US
Last activity: 13 Mar 2019 16:11 EDT
File path to scan uploaded file before it reach Pega server or temp storage folder
Hi,
In three tier architecture, we have Pega installed in data layer and virus scan is in app layer. As user uploads any document to Pega, Nginx should redirect file to virus scanner and scan it and redirect to Pega after successful scan.
We know that the file gets stored in to a temp storage file://web:/StaticContent/global/ServiceExport/ once the file is uploaded, but we are having trouble finding the URL or the component that store the run time file path while the document is being uploaded to Pega
Hi,
In three tier architecture, we have Pega installed in data layer and virus scan is in app layer. As user uploads any document to Pega, Nginx should redirect file to virus scanner and scan it and redirect to Pega after successful scan.
We know that the file gets stored in to a temp storage file://web:/StaticContent/global/ServiceExport/ once the file is uploaded, but we are having trouble finding the URL or the component that store the run time file path while the document is being uploaded to Pega
Or at least we want to know what Hashing mechanism is used by Pega to retrieve file details, if Pega uses any.
Thanks.