|
版本: |
其它(帖子中说明) |
小版本号: |
|
|
|
数据库: |
|
服务器操作系统: |
|
应用服务器: |
|
客户端操作系统: |
|
浏览器: |
|
|
|
BeX5.3.7版本,用了以下方法做附件下载- var url = DocUtils.InnerUtils.getdocServerAction({
- docPath : docPath,
- urlPattern : "/repository/file/download/" + fileID + "/last/content",
- isFormAction : false,
- context : this.getContext(),
- useCookie : false
- })
- url = url.indexOf(window.location.protocol) < 1 ? url : window.location.protocol + "//" + window.location.host + url;
- fileApi.download(url, docName).done(function() {
- }).fail(function() {
- alert("下载出错");
- })
复制代码 在安卓手机可以下载,苹果手机无法下载
|
|