NetworkGhost
IS-IT--Management
Is there a way using CFcontent to force a download rather than open in window?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfset filePath="G:/path/to/domain/file.txt">
<cfheader name="Content-Disposition" value="attachment; filename=#getFileFromPath (filePath)#">
<cfcontent file="#filePath#" type="application/octet-stream">