Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a web page that is hosted in our local network. On my page I have a link to a document. The document is linked to a network share. If the user opens the file, edits it and then goes to save the file it overwrites what is on the share. When opening the file I want the user to download the file, so when they come to save it they do not have the option to save it back. How could I go about doing this?

share|improve this question
As far as I can tell, this isn't a question about SharePoint. I'm trying to find a place where you can ask this question.. possibly on SuperUser – Kit Menke Jan 20 '12 at 16:24

closed as off topic by Kit Menke Jan 20 '12 at 16:23

Questions on SharePoint Stack Exchange are expected to relate to SharePoint within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I assume your links are file:// links, in which case there is no way for you to force the browser to download them rather than open them in place. However, if you could serve up those files through a web server, such as IIS, then you can force the open/save dialog. Is there a reason these documents could not reside within SharePoint?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.