Ask a Question related to Macromedia ColdFusion, Design and Development.
-
JoeyTMann #1
CFMailParam and file names
when using the attached code the filename is changed from the original to
ATT(rannum).dat...what am I doing wrong?
<cfmail to="email@foo.org"
from="helpdesk@foo.org"
subject="Subject"
type="html" >
<cfmailparam file="\\server\share\path\#upload_file#" type="application\pdf">
Here is the latest staff update.
</cfmail>
JoeyTMann Guest
-
File paths and File names generated by Contribute
I'm demo-ing Contribute and have a question. I have a some calendar pages to which I am linking. These are normally created incrementally, not... -
Sending files with CFMAIL and CFMAILPARAM question
I am generating a PDF filename based on the URL, and I can verify that the file does get created correctly, but my problem is that once the... -
Can cfmailparam send files with wordspaces in filename
Hi I am working on a site (in Flash) where a client selects an image on their harddrive and sends it to the Server where it is attached to an email... -
CFMAILPARAM removing Plus Signs from File Path
I had a problem with an attachment and found that CFMAILPARAM would look for the file with Plus Signs replaced with spaces. So I put in valid path,... -
Is there a size limit on attachments using cfmailparam?
I have a Flash MX swf which uploads a Jpeg to a directory on my ISP's server and then, using cfmailparam file = '...blah path blah...', attaches it... -
JoeyTMann #2
Re: CFMailParam and file names
Nevermind, the idiot that I am forgot <cfoutput> tags around this block.....
JoeyTMann Guest



Reply With Quote

