Download / save Word documents from a web application (asp.net MVC)

I am making a web application. Part of it includes the automatic creation of text documents (letters). These documents must be opened by the end user and then stored on the server after editing is completed.

I tried using webdav for this, but the only browser I could run the word on (using active-x) was IE. I also found a plugin for firefox, but for Chrome I could not find a way that worked.

Next, I thought about getting clients to map the drive to webdav (or similar), and then suggest the files as files: // ..., but this only works if the webpage is on the local machine.

Before resorting to the ditch word (customers don’t like it) and using CKEditor or TinyMCE, is there any other way?

In short, I would like to have links to a document on a page that, when clicked, opens with a word, but the file must remain deleted - and then when it is saved, it deletes the file that is being updated.

I also looked at Zoho, but it can be very expensive for this project, plus I don’t think it can be marked in white, and also looks a bit old-fashioned, UI wise.

Maybe Sharepoint can do what I need? I didn’t look so much. I also thought about making a client application to run in the system tray and deal with things.

Word - CKEditor/TinyMCE, Word 100%, .

, - ...

+5
3

, Word . , Office, BeforeDocumentSave, , , ?

Word, , ( ), . , - SignalR, -, ( , -) ( FileSystemWatcher).

0

Chrome, Firefox Safari MS Office. . MS Office 2007 MS Office 2007 .

+1

.

, webdav - (SabreDAV) .

In connection with the end of the client, I decided to access this by creating a small Java applet that uses the Java class class (getDesktop (). Open ()) to open the file. You will need to make sure that the path is being processed correctly for the type of client computer (Windows, OS X or Linux).

You will also need your end users to constantly mount or display the webdav share locally.

0
source

All Articles