Question
cfmailparam
I am fairly new to cfml but I really think I have this right.
I have a script I'm trying to use to send a .pdf file as an
attachment in an email. When I do it using the developer edition of
CF8 it works flawlessly but when uploaded to my server (hosting by
GoDaddy, CF7) it throws the error:
Security: The requested template has been denied access to filename.pdf.
The following is the internal exception message: access denied (java.io.FilePermission filename.pdf read)
GoDaddy support is telling me they don't offer script support and that because it's throwing a java error then I must be using java which won't work (I clearly am not using java in my code). Anyone else seen file access issues with the GoDaddy hosting? Or better yet if you have suggestion for a better, affordable CF8 hosting solution, let me know!!
The code I'm using is as simple as I could make it and it's throwing me the error still. I know it has something to do with file access; if I comment out the cfmailparam tag it works fine.
Thanks for any help you may provide.
Security: The requested template has been denied access to filename.pdf.
The following is the internal exception message: access denied (java.io.FilePermission filename.pdf read)
GoDaddy support is telling me they don't offer script support and that because it's throwing a java error then I must be using java which won't work (I clearly am not using java in my code). Anyone else seen file access issues with the GoDaddy hosting? Or better yet if you have suggestion for a better, affordable CF8 hosting solution, let me know!!
The code I'm using is as simple as I could make it and it's throwing me the error still. I know it has something to do with file access; if I comment out the cfmailparam tag it works fine.
Thanks for any help you may provide.
