On 12/1/00, Dakin, Corey penned:
>On the Input Form:
>       <TR bgcolor="#8081A0">
>       <TD colspan="4">
>       Upload Document:
>         <input type="file" name="docloc" size="30" required="no"
>value="#Attributes.DocLoc#">
>       </TD>
>
>On the Action page:
>       <cfif len(Attributes.DocLoc)>
>       <cffile action="UPLOAD" filefield="DocLoc"
>destination="\\Cctest\Documents\" nameconflict="ERROR" accept="html">
>       </cfif>

You shouldn't have any value in the cffile field.

<input type="file" name="docloc" size="30"> should do it. You'll only 
fill that in using the browse button.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to