I have a web project , using WebAPI and Angularjs. I have this feature of uploading files to a shared folder. But I cant seem to download files from the same folder.
How do I download files from a shared folder? (using chrome) I've tried with anchor tags and file protocol (file:///) extension, and nothing seems to work...
Funny thing is, when I copy the exact link that lays in my code, and paste it in the navigation bar in chrome, it downloads/presents the content of the file...
Thank you very much!!