Hello,
I am using Cfmailparam to add a file attachment and it is giving me an HTTP 500 Internal Server Error.
I have narrowed the problem down to the filename of the attachment. My filename is C:\fileA+B.pdf and more specifically my cfmailparam code is as follows:
<cfmailparam file="C:\fileA+B.pdf" disposition="attachment">
The plus sign causes the error. Can someone please tell me how I can evaluate the filename so cfmailparam will allow it to attach? Thanks.
Start Free Trial