The CFMAILPARAM tag didn't come out til 4.5. With 4.0, you're supposed to use:
<CFMAIL TO="xxx" FROM="xxx" SUBJECT="xxx" MIMEATTACH="filetoupload" > But the MIMEATTACH attribute only lets you upload one file. No comma-delimited lists, no setting of dummy variables (that contain multiple items), nada. Furthermore, although the zipping idea was a great one (I've used the CFX_Zip tag in the past and love it), the low-budget plan selected (by the contractor/host) doesn't allow for the registering of CFX tags. On top of everything, this is on behalf of a non-profit that doesn't want to shell out any more money (and, in my opinion, shouldn't have to since the contractor/host should have more recent software), so I advised my contact (I'm a subcontractor) to upgrade to at least a 5.0 box. That's what they've done. Wahoo. Thanks everyone. Kamie --- "S. Isaac Dealey" <[EMAIL PROTECTED]> wrote: > I don't remember ever having any problems getting > multiple attachments on CF > 4.0 ... I'm pretty sure it was 3 that had that > problem. I could be wrong, > but afaik > > <cfmail ...> > mesage here > <cfmailparam file="#absolute_file_path_1#"> > <cfmailparam file="#absolute_file_path_2#"> > <cfmailparam file="#absolute_file_path_3#"> > </cfmail> > > What have you been trying? > > hth ===== Kamie Curfman, Web Developer, FGM Inc. 45245 Business Court, Suite 400 Dulles, VA 20166 http://www.fgm.com __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

