I want my users to be directed to a page that automatically throws them a
document. The document is a .PQA file, which is a Palm Query Application for
the Palm Pilot. My understanding was that I needed to specify the MIME type
in IIS and then use CFCONTENT to serve the file. Since there is no MIME type
set up (or at least not that I could figure out) I picked the one listed
below. However, when I do that, it throws me the CFM page the code is on.
Here is the code I wm using...

<cfcontent type="application/x-msdownload"
file="D:\Inetpub\wwwroot\BOX\bWireless\Builder\output\#OutputName#"
deletefile="No">

If I just do a CFLOCATION directly to the file, it works fine. But I want to
figure out why CFCONTENT isn't working and would rather use that. Anyone?

Thanks,
Steve

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to