How to change file name when download it from server in AngularJS

后端 未结 0 916
遇见更好的自我
遇见更好的自我 2020-12-23 09:49

I download a file using below code in AngularJS

 $scope.download = function (row) {
        var url = row.entity.downloadUrl;
        window.open(url, "_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题