Ask a Question related to Macromedia ColdFusion, Design and Development.
-
prashantroy #1
cfcontent ,cfheader download
i am sending an email to users in which there is a link for the
coldfusion template , cfm page downloads the pdf file from the server ,
when user clicks on the link on his email , a new browser opens and page
starts downloading , but the bowser did't closes after download
output comes as : action page cancelled , and pdf dowwnload completed
successfully
my concern is browser which opens on click of link on mail, this need to
be closed after download .
pls suggest as per this , comments for this will be appreciated .
prashantroy Guest
-
problem downloading using CFCONTENT & CFHEADER
I am running into the same problem. Please reply if you find any fix to this problem. Thanks -
Download file by CFHEADER
Hi ! I try to force-download of a file by the CFHEADER tag, but my browser offer me to save the cfm file, and not downloadable file here my code... -
MIMEtype and Cfheader/Cfcontent
Hello all, We are using cfheader and cfcontent with a custom tag to hide the url of our downloadable files. We also have an exception page set to... -
CFHEADER, CFCONTENT, Acrobat 6.0 and InternetExplorer problem...
Originally posted by: cf_menace This works perfectly with Acrobat 6.0 and MSIE 6.0. The key to getting the PDF plug-in to save the PDF as the... -
Using CFHeader and CFContent to control file downloads
I am programming a CF application for an online university. They need to be able to upload files to the server, and then authorize students... -
simontux #2
Re: cfcontent ,cfheader download
I am pretty sure this is a Windows thing not a ColdFusion thing. Since it is a
link to a website addess, outlook determines that it should be opening up a
browser window to get the information.
You could use Javascript on the page that is being called from your email to
automatically close it after say 30 seconds......... you can do this with the
following code.
<BODY onLoad="setTimeout(window.close, 30000)">
simontux Guest



Reply With Quote

