I ran into a similar problem...I was sending an email with CFMAIL with a file as an attachment...then deleting the file afterwards...worked fine in CF5 but in CFMX it deletes the file before sending the email with attachment so I get the same error you mentioned...
Stace -----Original Message----- From: Marcello Frutig [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 4:17 PM To: CF-Talk Subject: CFMX: cfcontent/deletefile/IE - bug? Hello, I've seen today the following problem using CFMX (internal web server; updater installed; Win2k)... When accessing a page containing <cfcontent type="application/pdf" deletefile="yes" file="c:\test.pdf"> the pdf file does not appear on the browser (IE6) and this message is written to application.log: "Error","web-10","10/07/02","15:47:10",,"The cause of this output exception was that: java.io.FileNotFoundException: C:\CFusionMX\wwwroot\pdf\test.pdf (The system cannot find the file specified). The specific sequence of files included or processed is: C:\CFusionMX\wwwroot\pdf\pdf.cfm " When I change deletefile="yes" to deletefile="no" everything runs as expected. Any idea? Thanks, Marcello. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

