Dismiss
Announcing Stack Overflow Documentation

We started with Q&A. Technical documentation is next, and we need your help.

Whether you're a beginner or an experienced developer, you can contribute.

Sign up and start helping → Learn more about Documentation →

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!!

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.