ok so that works but the files i am receiving in my email dont open.  Do i
need to uncode the variable or something? 

-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Terry Sasaki
Sent: Thursday, 13 November 2008 2:04 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Attaching files to emails


Steve, probably my english is not good enough (grin).

I mean:

<cfmailparam file="justAFileNameToBeUsed.pdf"
content="#myCFSaveContentForExample#">

cheers.
T

2008/11/13 Steve Onnis <[EMAIL PROTECTED]>:
> I want to attach it, but i want to do it by passing in the data of the
file,
> not the path to the file
>
> what would be good would be a "deleteattachmentfiles" attribute or
something
> to instruct  the cf server to clean up the files used as the attachments
> after the email has been processed
> ________________________________
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Dale Fraser
> Sent: Thursday, 13 November 2008 1:40 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Attaching files to emails
>
> I don't get it,
>
>
>
> You want to attach a file, but not have it attached?
>
>
>
> The answer is no, you can attach or insert a link.
>
>
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> http://flexcf.com
>
>
>
>
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Steve Onnis
> Sent: Wednesday, 12 November 2008 9:22 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Attaching files to emails
>
>
>
> Is it possible to attach a file to an email but not use a file path?  I
want
> to do something similar to downloading a file where you push the content
> out.  I have files i need to attach but they get dynamically created so i
> dont want to have all these files hanging around.
>
>
>
> What i was hoping to be able to do was something like....
>
>
>
> <cfmailparam type="application/octet-stream" value="#pushFile#"
> name="file.pdf" />
>
> Any ideas?
>
> Steve
>
>
>
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to