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

cfcontent

Explorer ,
Mar 18, 2008 Mar 18, 2008

Copy link to clipboard

Copied

I'm currently using <CFContent TYPE="application/uwi_form"> to view a IBM Lotus Form. But MX7 and CF8 no longer has this CFContent type. Does anyone has a work around to open a file extension "XFDL"?

Any help is greatly appreciated.

Thank you.
TOPICS
Advanced techniques

Views

386

Translate

Translate

Report

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 , Mar 18, 2008 Mar 18, 2008
Thank you for your quick response.

Based on your suggestion here is my code:

<cfheader name="Content-Type" value="application/uwi_form">
<cfheader name="Content-Disposition" value="attachment; filename=1.xfd">

Votes

Translate

Translate
Valorous Hero ,
Mar 18, 2008 Mar 18, 2008

Copy link to clipboard

Copied

Out of curiousity, where did you read this? I imagine you could use cfheader

<cfheader name="Content-Type" value="application/uwi_form">

Votes

Translate

Translate

Report

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
Explorer ,
Mar 18, 2008 Mar 18, 2008

Copy link to clipboard

Copied

LATEST
Thank you for your quick response.

Based on your suggestion here is my code:

<cfheader name="Content-Type" value="application/uwi_form">
<cfheader name="Content-Disposition" value="attachment; filename=1.xfd">

Votes

Translate

Translate

Report

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
Documentation