I just want to open a word document on the clients computer. This is an intranet application, the user does have access to the file (i.e. w:\documents\test.doc) on a mapped drive, and the user does have word installed.
If i simply use
click here
the document opens, but it is within the internet explorer window, the user does not have the normal word toolbar & the user can't simply save the document.
I want the document to load into a normal word window as per usual.
I can completely control all settings on the server and the client,
is this possible to achieve?
Thanks in advance.
LukeI think the best way of doing that is uploading that and then import the dll for microsoft office. You would have to use an uploading bar first.
Write the document to the response; and in the response header add
Response.AddHeader("Content-Disposition", "attachment; filename="<FileName>")
0 comments:
Post a Comment