Hello all,
We have a cloud based application in angular 8 and asp.net mvc 5.
I want to download file to given shared physical path. By default all files will be downloaded in download folder.
But I want to download file at a shared physical path.
I want to do it from front end only (angular) . I dont want to give call to backend (.net) for copying file.
How can I do this using angular 8? Can it be done using java script?
Any help would be appreaciated. Thank you in advance.