Hi people,
In my web app i create some word documents. What i want is to open this doc from the client when i create it.
The created doc is a shared folder. Is possible to don't download it and just open it from the shared folder?
Probably the problem can be summarised in "how to open a word document (in local drive) from a web page"
Do i need some javascript? What i found could not help me.
Thx.
David
As far as I know, this is not allowed. This is a security risk. You can open the files on the webserver or webserver farm but not from client side. To open a file in javascript: window.open("d:\test.txt").thx for the reply but i think it is possible. I have seen some code using the response object and it does something similar but not exactly what i want.
0 comments:
Post a Comment