With the DevExpress ASP.NET MVC Rich Text Editor (RichEdit extension), your users can view and modify documents with rich text formatting in a browser. The RichEdit can open and save documents in the most popular document file formats, such as DOCX, DOC, RTF, TXT, HTML. You can allow end-users to perform file management operations (such as creating a new document, opening an existing document or saving a document) via the corresponding ribbon command buttons. These buttons are available in the File tab of the built-in ribbon.
This demo illustrates how the RichEdit can open and save documents in different formats. Simply add the RichEdit extension to a page and set a single property - settings.WorkDirectory. This property specifies the folder on the server where documents are located.