Travel Insurance Company wishes their clients to be able to upload small
text files to then be emailed to the Company when processing claims.  File
is list of names, beneficiaries, birth dates....blah, blah....

So, following action is working great.  File is saved to server properly
from the client input form:

<CFFILE ACTION="UPLOAD"
        DESTINATION="e:\inetpub\hostroot\myclient.com\MailFiles\"
        NAMECONFLICT="Overwrite"
        FILEFIELD="ClientFile">


Same processing page needs to send email to the Insurance Company, which is
working properly as well.  However, I can't seem to get the syntax correct
for it to include the above file as an attachment to the email....

<CFMAILPARAM FILE="e:\inetpub\hostroot\myclient.com\MailFiles\#ClientFile#">

I'm probably and idiot!  Advise please??

Thanks

Les Mizzell
***********
Who needs Intel?
Athlon Inside!!!

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to