For .doc, yes. For .docx, no. Try both of these yourself and you will see that Word will not open the file if you put a .docx on the end of myfile in the second set of cfheader/cfcontent.
<cfheader name="Content-Disposition" value="attachment:filename=myfile.doc">
<cfcontent...
When we updated to Office 2007, we also needed to update cfheader and cfcontent tags to accommodate .docx and other 'x' extensions for our dynamically created documents.
Example:
<cfheader name="Content-Disposition" value="attachment:filename=myfile">
<cfcontent...
Hi,
I am a ColdFusion programmer trying to help our server team troubleshoot an issue for my site.
In the application, whenever a user tries to open an Office doc, they recieve several prompts before the file finally opens.
The progression of prompts is this:
"Open or Save" (normal)
"windows...
Hi,
I am a programmer trying to help our server team troubleshoot an issue for my site.
In the application, whenever a user tries to open an Office doc, they recieve several prompts before the file finally opens.
The progression of prompts is this:
"windows security","select...
I'm using the cfcontent to create a Word doc.
The document comes up fine, but where there should be an image, instead there is a message:
"The linked image cannot be displayed. The file may have been moved, renamed, or deleted. Verify that the link points to the correct file and location"...
I'd like to use CAC (Common
Access Card) provide a means of authenticating users to a role in my application. CAC card is a smart card used by DoD with certificates on the card chip.
I've found this: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52720
That's helpful, but...
I found this, it would do what I need except I can't get the .exe to run!
http://www.uuba.com/uuba/product-uumerge.html
I'm running XP, and it indicates that it should work with XP...
If I can't get this to work, are there any simular products out there?
Thanks.
Hi,
I have 50 text file links on a page, (one for each state). Currently, the user must right-click and 'Save Target As' fifty times in order to save each file to his or her computer.
Is there a way I could consolidate all info into one file, have the user download that, then somehow give the...
So we're rewriting a Perl application in Cold Fusion, problem is I don't know Perl, but can follow the logic well enough to get by. I have hit a roadblock though. Perl encrypts the password with the following code:
$alphabet =...
Hi,
I've got a strange problem which is not occuring in development, but does occur when application is loaded at the client site.
The problem is that when a user logs in, or once they are in they use any of the forms, they sometimes get kicked back to the login screen as if their session has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.