Customize Validating FileExtension Attachment
Good day everyone,
I wonder if the attachment from the PEGA can be customize by file extension? From another reference post they said to OOTB Filepath or using pyFileAttachment.
I've already check the Control:FilePath and it used 2 parameters to implements a file browser.
SetEncodingNow - Set to truei if File encoding should be updated immediately and pySetValueFromFileName -- specifies an element to be updated with the selected filename via an onchange event if the element is empty.
So do I need to add another parameter for my input validate file extension or do I need to make Java activity to customize it?
Best Regards,
Jimmy