亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用Ajax下載并打開PDF文件

使用Ajax下載并打開PDF文件

莫回無 2019-08-16 16:59:26
使用Ajax下載并打開PDF文件我有一個生成PDF的動作類。該contentType適當地設定。public class MyAction extends ActionSupport {    public String execute() {     ...     ...     File report = signedPdfExporter.generateReport(xyzData, props);     inputStream = new FileInputStream(report);     contentDisposition = "attachment=\"" + report.getName() + "\"";     contentType = "application/pdf";     return SUCCESS;    }}我action 通過Ajax調用來調用它。我不知道將此流傳遞給瀏覽器的方法。我嘗試過一些東西,但沒有任何效果。$.ajax({     type: "POST",     url: url,     data: wireIdList,     cache: false,     success: function(response)     {         alert('got response');         window.open(response);     },     error: function (XMLHttpRequest, textStatus, errorThrown)      {         alert('Error occurred while opening fax template'                + getAjaxErrorString(textStatus, errorThrown));     }});以上給出了錯誤:您的瀏覽器發送了此服務器無法理解的請求。
查看完整描述

3 回答

  • 3 回答
  • 0 關注
  • 1756 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號