我似乎無法使用cfcontent打開一個powerpoint(ppt)文檔。我的代碼沒有問題打開其他類型的辦公文檔。下面是代碼:使用cfcontent打開PowerPoint文件時出錯
<cfheader name="content-disposition" value="attachment; filename=#qry.clientFile#"/>
<cfcontent type="#qry.contentType#/#qry.contentSubType#" variable="#qry.documentData#"/>
qry.clientFile = Presentation2.ppt
qry.contentType =應用
qry.contentSubType = vnd.ms-簡報
qry.documentData =該文檔本身
我正在使用上面的行來打開其他文檔沒有問題。此外,我試圖在office 2007中打開Office 2003 PPT文件。
你什麼錯誤? – Antony 2009-09-23 01:15:25