Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
dip s
1.8k
251
54.1k
Download file at given path other than download folder in angular
Feb 24 2021 7:09 AM
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.
Reply
Answers (
2
)
Send Boolean to WEB API in Angular with checkbox
Regarding file upload using typescript.