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?