Hi, You would have to save the file to the server first (using CFFILE), and then attach it to your email using mimeattach, calling the file with #file.serverfile#. If you just try to "attach" the information via the form variable name, it won't do anything (except I think it will throw an error). HTH, Terri ----Original Message Follows---- From: "Wildminds" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Passing a form file to CFMAIL Date: Tue, 31 Jul 2001 11:44:49 -0500 I'm just about to run some preliminary tests, but thought I'd run it by the group just in case. It's a fairly simple situation; the visitor fills out the form, and browse/selects their resume to be included (attached). Upon submission, the form data is passed to the CFMail page. Essentially, Is there any foreseeable complications with using MIMEATTACH="#Form.Resume#" ? ronald-thomas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

