Skip to main content
Inspiring
April 24, 2008
Answered

FCKeditor creating file that disrupts query

  • April 24, 2008
  • 1 reply
  • 341 views
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...
    This topic has been closed for replies.
    Correct answer Ofeargall
    You forum gurus are super patient with the unlearned. Sorry for posting this in error. As some my have noticed my application type listed in the cffile was incorrect. I contacted the host and they noticed I had incorrectly declared my Excel document at application/msexcel when it should have been application/vnd.ms-excel


    1 reply

    OfeargallAuthorCorrect answer
    Inspiring
    April 26, 2008
    You forum gurus are super patient with the unlearned. Sorry for posting this in error. As some my have noticed my application type listed in the cffile was incorrect. I contacted the host and they noticed I had incorrectly declared my Excel document at application/msexcel when it should have been application/vnd.ms-excel