I have a page that allows the user to use the FCK rich text
editor (cftextarea richtext='yes') and attach a document for
upload.
The trouble is this. When FCKEditor is used it is creating a
.dump file. CFFILE is picking up the .dump file and not the actual
file that needs to be uploaded. How do I get around this? Code
attached...