>It does work, however the data is now being written directly >to the browser, instead of prompting you to "Open or Save" as >it used to. I'll figure it out though..
You need to set the Content-disposition header to "attachment": <cfheader NAME="Content-disposition" VALUE="attachment;filename=#GetFileDetails.FILE_NAME#"> <cfcontent type="#GetFileDetails.FILE_MIME#" file="#PrimaryDrive##GetFolderPath.FOLDER_PATH##GetFileDetails.FILE_NAME #"> /t ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
