Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FCKeditor creating file that disrupts query

Explorer ,
Apr 24, 2008 Apr 24, 2008
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...
300
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 26, 2008 Apr 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


Translate
Explorer ,
Apr 26, 2008 Apr 26, 2008
LATEST
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


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources