********************************************************************** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message **********************************************************************
Thanks, you're example works fine. Cheers. -----Original Message----- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 15:57 To: CF-Talk Subject: RE: CFMAIL message resent, completed this time. Right, but you still have to upload it and then delete it. See my example below :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 9/24/2002 10:38:22 AM >>> ********************************************************************** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ********************************************************************** No, I am sending the file as an attachment to a series of recipients. -----Original Message----- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 15:14 To: CF-Talk Subject: Re: CFMAIL message resent, completed this time. Are you uploading the file? <cfif form.file IS NOT ""> <cffile action="UPLOAD" destination="D:\Webserver\InetPub\wwwRoot\TEMPDOCS\" filefield="form.file" nameconflict="OVERWRITE"> <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" mimeattach="D:\Webserver\InetPub\wwwRoot\TEMPDOCS\#file.serverfile#" Subject="Cheers!" Type="HTML"> Blah blah Message goes here </cfmail> <cfif #form.file# IS NOT ""> <cffile action="DELETE" file="D:\Webserver\InetPub\wwwRoot\TEMPDOCS\#file.serverfile#" > </cfif> Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

