Skip to main content
Inspiring
March 18, 2008
Answered

cfcontent

  • March 18, 2008
  • 1 reply
  • 480 views
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.
This topic has been closed for replies.
Correct answer lovedrama
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">

1 reply

Inspiring
March 18, 2008
Out of curiousity, where did you read this? I imagine you could use cfheader

<cfheader name="Content-Type" value="application/uwi_form">
lovedramaAuthorCorrect answer
Inspiring
March 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">