|
From: Ashburton on 7 May 2008 13:57 Hi, I'm trying to use <cfheader name="Content-Length" value="57000"> as part of a file download but all I get is an empty file. If I remove the tag it downloads the file correctly. Any suggestions what might be going wrong? My code <cfheader name="Content-Length" value="57000"> <cfheader name="Content-Disposition" value="attachment; filename=downloadfile.exe"> <cfcontent file="C:\downloadfile.exe" deletefile="NO" type="APPLICATION/OCTET-STREAM"> I'm running CF8, Apache 2.xx on a Window 2003 server.
|
Pages: 1 Prev: CF banner ad system? Anyone? Search yields zip. Next: Check Windows or Linux? |