1.文件上传时的处理
$scope.submit = function(){ var url = $scope._datalistmodel.impexp.imp; var t_file = new FormData(document.getElementById('upload_file'));//id是form表单的id $http({ headers : { 'content-type':undefined }, url : url, data : t_file, method : 'post', transformRequest:angular.identity }).then(function(d){ });};
2.文件下载
根据链接下载文件时,http请求不能打开下载窗口,用a标签
<a href='{{file.$href("_download")}}'> <i class='glyphicon glyphicon-save attach-operate'></i> </a>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。