Security Checks for the File upload
We have a requirement to upload a file with 50K records and process the file for further processing with in Pega. And we don't want to load all these 50K records on to a clipboard page and process them in the same user thread/context.
In order to accept the file and process it we want to implement a new landing page and provide an option for users to upload the file using the "File Path" control. By default, this control would place the file in the Service Export directory.
This is different from the other file controls that we use in the case context using the attachment/drag and drop where the
I would like to understand
1. What sort of security checks are already covered by Pega by default while moving the file to the server folder?
2. How do we enable the additional security checks such as file type restrictions before we place the file to the service export directory?