【发布时间】:2019-06-05 00:12:47
【问题描述】:
我想在使用 AngularJS 下载文件时解压缩压缩文件。
我正在尝试使用以下代码,
例如:
<a download="My_File.PNG" target="_self" ng-href="Path of the zip file/My_File.PNG.zip">My_File.PNG</a>
如何在浏览器中从My_File.PNG.zip 下载实际文件My_File.PNG?
【问题讨论】:
标签: javascript html angularjs angularjs-directive