Hi,
I created one visual builder application which is going to accept any type of file to upload in the page,
after uploading the file we are converting file into base64 and then calling message based pattern PCS to pass base64data as well as filename, filetype. So pcs will accept this base64 send one mail as attachement. but whenever will upload greater than 700kb file PCS getting failed(500 error) while invoking in the action chain otherwise file is less than 700kb we are able to recieve the file in mail.
Please give me a solution to make connection for pcs uploading larger files.
Looking forward to response
Thank you