Hi,
I have a large base64 string which I am trying to decode into a blob to send with apex_mail.
I cannot seem to figure out how to get around the 32kb limitation on the utl_encode.base64_decode function.
I have searched the web and found people using loops, but none have been successfully for me. My output is always the same size.
Has anyone been able to get around this limitation?