Question
6
Replies
9894
Views
PayPal
Posted: April 17, 2017
Last activity: October 13, 2017
Closed
File Path for uploaded file
Once we have uploaded the file in PEGA, it goes in to a temporary storage location(file://web:/StaticContent/global/ServiceExport/) which is got from pxRequestor.pyFileUpload. How to access the actual path of this location?
I need to provide the file path to another function for file type detection.What filepath i need to give and How can i get the actual filepath of the file I have uploaded?
Should be under <PegaTempdir>/StaticContent/global/ServiceExport where <PegaTempdir> is the location of the pega temp directory.