Open/Save word documen in the server
-
i need to open the word document in the server and display it to the user, and save changes if any to the server back i am able to open and display it in explore (.doc file is in url) but save back to server ?? so for this i need some control with in with i can open and save , if any of u had gown through the same problem. pls respond Understanding comes from failures SUCESSES comes form understanding failures
-
i need to open the word document in the server and display it to the user, and save changes if any to the server back i am able to open and display it in explore (.doc file is in url) but save back to server ?? so for this i need some control with in with i can open and save , if any of u had gown through the same problem. pls respond Understanding comes from failures SUCESSES comes form understanding failures
-
i need to open the word document in the server and display it to the user, and save changes if any to the server back i am able to open and display it in explore (.doc file is in url) but save back to server ?? so for this i need some control with in with i can open and save , if any of u had gown through the same problem. pls respond Understanding comes from failures SUCESSES comes form understanding failures
A Word Document? I don't think Word would be able to save directly to a server, but you can let users upload the file when they are done editing. But i'm thinking more like having a server-side script that takes the text (and a few images if necessary, though the image has to be already on someone's server and be identified by a url) that users enter into a form, most likely a web-based text editor type of thing (Java?) and writes that to a word document on the server. But i don't know you would want it to "edit" the document or keep the original for backup and simply create another copy. Roswell :)