Product: CF 7 BugHunt User: Anonymous
[Switch Product] CFUG: None

Add and View Bug Comments at the bottom of the Element.
Title: Word Document File Download BugID: 1350 Date Opened: 12-Jul-05
Created By:
Haribala
Type: Tag Element/Element: NA
Severity: unknown Status: New/Unvalidated
Adobe BugID:

Description of bug:
Comments:
--->

A D D     Y O U R     C O M M E N T S     T O     T H I S     B U G

Please login to add comments to a bug


C O M M E N T S

Comment display is being revamped. We apologize for the delay.

Click on this to respond to the current comment Not Reproducible   [Tom Chiverton]   [Friday, May 11, 2007 08:25 AM]
Not a bug, suggest delation
Click on this to respond to the current comment Comment   [Joe Gooch]   [Tuesday, May 15, 2007 09:50 AM]
You should do this with your content-header.

For instance:
<cfheader name="Content-Disposition" value="inline; filename=word.doc" />

views the file inline

<cfheader name="Content-Disposition" value="attachment; filename=word.doc" />

opens a save dialog.

This assumes you are using cfcontent to serve the file inside a cfm, putting the cfheader above it.

This is not a bug, this is HTTP behavior.
Click on this to respond to the current comment Comment   [Bora Unal]   [Wednesday, May 16, 2007 10:35 AM]
Not a bug.
Click on this to respond to the current comment Comment   [David Pienta]   [Thursday, May 17, 2007 08:53 AM]
I thought this was for reporting bugs, not requesting coding help!