I need to create comma seprated file “.TXT” from PEGA and download it on server.
I want to know ,What is max file size “.TXT” can be create and download from PEGA 8.8.5 versions?
Thanks
I need to create comma seprated file “.TXT” from PEGA and download it on server.
I want to know ,What is max file size “.TXT” can be create and download from PEGA 8.8.5 versions?
Thanks
@Mangesh Deshpande - For uploading the documents through drag drop or file upload button we have system settinsg “pyMaxDragDropAttachSizeMB” based upon this limit the file uploads can be done.
For file attachments on the screen we have DSS - repository/maxFileSizeInMemory
For downloads we dont have any limits just that if the size is more it takes more time to download.
Thank you.