How to Open edit and Save office documents in an Asp.Net application
-
Hi All Does anyone know the procedure to Open edit and Save office documents in an Asp.Net application. What I am trying to ask is.... Suppose there is an application in which after you login you can view files and folders stored on a particular server...I have done all the things such as Creating new folder, Cut copy paste delete rename, Upload and Download. But I have do one more thing. That is to edit the office files. When the user clicks on any office document, it will ask to open or download. The user has to open it and the appklication will open in Word only. I have done till this. After that the user can edit the file and can save the same at the server directly which I can't able to do. If anyone had done this before then please let me know. Its very urgent. Any help will be appriciated......
Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962
-
Hi All Does anyone know the procedure to Open edit and Save office documents in an Asp.Net application. What I am trying to ask is.... Suppose there is an application in which after you login you can view files and folders stored on a particular server...I have done all the things such as Creating new folder, Cut copy paste delete rename, Upload and Download. But I have do one more thing. That is to edit the office files. When the user clicks on any office document, it will ask to open or download. The user has to open it and the appklication will open in Word only. I have done till this. After that the user can edit the file and can save the same at the server directly which I can't able to do. If anyone had done this before then please let me know. Its very urgent. Any help will be appriciated......
Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962
SKP24 wrote:
After that the user can edit the file and can save the same at the server directly
In this scenario, the document edited is a local copy, and by no means the changes would not reflect into Server Copy from MS Word. Why dont you make user to upload the document and check if the earlier version exists?