Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cfmailparam attach file problem

Status
Not open for further replies.

ttektek

Programmer
Apr 22, 2004
4
0
0
AU
Hi guys,

Can someone help me Im going bananas. I have the following code:

<cfmail from = "sami@domain.com" To = "sami@domain.com" Subject = "See Important Attachments and Reply">
<cfmailparam name = "Importance" value = "High">

Please review the new logo. Tell us what you think.

<cfmailparam file = "c:\test.txt" type="text/plain">
<cfmailparam file = "c:\Test2.txt" type="text/plain">
</cfmail>

Now the problem is that it works with test.txt, however it will not work for test2.txt. I have confirmed both files exist. Can someone explain?

I am using coldfusion 5

Thanks

Sami
 


Could it be a case issue? If you're on unix case matters...so if the file is text2.txt, it will not find Text2.txt....on Windows it doesn't matter as for case
 
Hi,

Im using windows not unix, so you're right the case shouldn't matter. Anyone else have a suggestion?

Sami
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top