>I keep getting the following error
>
>Error Diagnostic Information
>Error in CFFILE tag
>
>The form field specified in the CFFILE tag (THUMBNAIL) does not contain
>an uploaded file. Please be sure that you have specified the correct
>form field name.

You usually get that eror when you don't change the form enctype over on 
the template that is sending the file. It should be:

<form action="uploadfile.cfm" method="post" enctype="multipart/form-data">


--

Yours,

Kym
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to