Sounds like you're surrounding the the form field with ##'s and you shouldn't be.
<cffile action="upload" filefield="form.whatever" destination="#uploadDir#"> filefield should be the actual form field name is and not the contents of that form field. ~Todd At 05:35 PM 1/17/2003 +0000, you wrote: >Hello All, > >Does anyone know if you can use cffile in a cfc ? > >I have converted a form action page to a cfc and I get the old chestnut >about "the form field does not contain a file" error. > >The form enc type is fine as it works if I put the old code back in. > >It only errors when I invoke the component and supply the form data >through the argument collection. > >Has anyone got any ideas ? > >Cheers, > >-Darren ---------- Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ Team Macromedia Volunteer for ColdFusion http://www.macromedia.com/support/forums/team_macromedia/ http://www.devmx.com/ ---------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

