Answered
problem with cfcontent
Hello,
I have a problem with cfcontent for I can pass the document name. It defaults to the name of my program.
Thanks for your help
Tank you
Hello,
I have a problem with cfcontent for I can pass the document name. It defaults to the name of my program.
Thanks for your help
Tank you
Try adding CFHEADER to the mix.
<cfheader name="Content-Disposition" value="attachment; filename=#_PUT_FILENAME_HERE_#">
<cfcontent type="application/epub+zip" file="#desti#" deletefile="no"> <!--- Are you sure that epub+zip is correct?? --->
HTH,
^_^
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.