Fawzi, Are you saying that you removed the nested cf-tags and the problem persists? If that is what you are saying, please post your new code as edited, so we can see what else might be wrong.
William -----Original Message----- From: Fawzi Amadu [mailto:[email protected]] Sent: Tuesday, March 31, 2009 3:39 PM To: cf-talk Subject: Re: Cfform upload - Form Field contains no file I had posted my full code earlier but got no response. I would appreciate it if you can look at it as see whether your thinking about giving a wrong value to the FILEFIELD is correct. The code is at: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59106 Thanks for your help. >this: ><cfinput type="File" name="<cfoutput>#variables.filename#</cfoutput>" /> > >is just wrong. you can't nest cf tags like that, and you do not need to: >cf automatically evaluates variables in cf tag attributes: > ><cfinput type="file" name="#variables.filename#"> will do just fine. > >whay cf throws that error is a different issue. my guess would be >because you are giving a wrong value to FILEFIELD attribute of <cffile> >tag on the form's action page... > >Azadi Saryev >Sabai-dee.com >http://www.sabai-dee.com/ > > > >Fawzi Amadu wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321137 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

