How to download file from a shared network in javascript

时间:2018-09-12 10:14:57

标签: javascript angularjs node.js html5

I'm in an angularJs project and i need to download a file that is located on a shared network(Z:\), i have the correct path of this file but if i try: windows.open(path) it doesn't work with various error on different browser. Obviously doesn't work in the same way of the previous method.

Anyone can help me with a crossbrowser solution?

0 个答案:

没有答案