Doh!!! I forgot that's the one to use.... I had originally put Enctype="application/x-www-form-urlencoded"...
Sorry, my bad. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -----Original Message----- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 9:27 AM To: CF-Talk Subject: RE: CFFILE Make sure that your form tag has the following enctype ENCTYPE="multipart/form-data" HTH Mike -----Original Message----- From: Steven Lancaster [mailto:[EMAIL PROTECTED]] Sent: 15 November 2001 16:02 To: CF-Talk Subject: CFFILE I don't understand I have on one page this: <input type="file" name="pdfupload"> On the action page I have this: <cffile action="UPLOAD" filefield="pdfupload" destination="f:\main site\travel\pdf\" nameconflict="ERROR"> shouldn't this pass the directory for the file and upload it to the server? What am I missing? Steven Lancaster WebMaster mailto:[EMAIL PROTECTED] http://www.corelab.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

