I am trying to allow clients to attach files to the emails that they send me,
this is how I have it set-up like so and it sends ok but the attachment is
changes to a .tmp file. Any ideas what I am doing wrong here?

Page 1

Form content type is multipart/form-data

Page 2
<CFFILE ACTION="upload" filefield="fileToSend" destination="C:\FB3TestSite\"
nameconflict="OVERWRITE">

<cfmail
to="#toWho#"
from="#fromWho#"
mimeattach="#fileToSend#">





"Success is a journey, not a destination!!"



Doug Brown

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to