I am developing an email apps in CF. However, viewing email attachments from msg is proving such a pain. here's is my code;
<FONT FACE="Helvetica" SIZE="-1"><B>Attached:</B>
<CFLOOP FROM="1" TO="#ListLen(Message.Attachments,' ')#"...
I am building a email application in CF and using CFCONTENT to attachments to messages. The problem with this is that if the name of the attached file has spaces in it Cf flags an error that the file does not exist.
How do I get around this problem?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.