Angel Stewart wrote:
> 
> The form field "FILE" did not contain a file.  
>   
> The Error Occurred in E:\webs\theenergyguide\postresume.cfm: line 9
>  
> 7 :   <CFTRANSACTION> <!--- If any part of the process fails, cancel
> the entire process --->
> 8 :                   <!--- Process file upload --->
> 9 :                   <CFFILE action="upload"
> filefield="form.fuckingfile" 
> 10 :                  destination="e:\webs\energyguide\resumes\" 
> 11 :                  nameconflict="makeunique"> 
> ---------------
> I select a valid file in the form. The fieldnames are all correct.
> I click submit...and the CFFILE always fails with that cryptic error
> message.
> 
> Anyone seen this before? What am I doing wrong?

Did you set the enctype in the form?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to