I was using - enctype="application/x-www-form-urlencoded" instead of enctype="multipart/form-data", but it is fixed now. Thanks for the help.
Steven Lancaster WebMaster Core Laboratories 6316 Windfern Houston, TX 77040 713-328-2532 (Office) 713-328-2150 (Fax) 832-259-3010 (Cell) mailto:[EMAIL PROTECTED] http://www.corelab.com -----Original Message----- From: Steven Lancaster Sent: Thursday, November 15, 2001 1:20 PM To: CF-Talk Subject: RE: CFFILE I was using - enctype="application/x-www-form-urlencoded" instead of enctype="multipart/form-data", but it is fixed now. Thanks for the help. Steven Lancaster WebMaster Core Laboratories 6316 Windfern Houston, TX 77040 713-328-2532 (Office) 713-328-2150 (Fax) 832-259-3010 (Cell) mailto:[EMAIL PROTECTED] http://www.corelab.com -----Original Message----- From: BILLY CRAVENS [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 1:09 PM To: CF-Talk Subject: Re: CFFILE make sure you don't have a line break in the middle of your destination (as your example does) - what errors are you seeing? ----- Original Message ----- From: "Steven Lancaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 10:01 AM 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

