This is a migrated thread and some comments may be shown as answers.

[Solved] uploading and saving doc files with RadEditor

1 Answer 189 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andreas Ladis
Top achievements
Rank 1
Andreas Ladis asked on 02 Sep 2009, 09:05 AM

Hello,

I want to implement the following scenario:

I have a doc file on the server and i want to upload it inside the editor. When the user-client opens the web page with the radeditor control from his local pc, he must be able to see the document that is saved on the filesystem of the server. Is that possible?

Also after the doc file is uploaded inside the editor, the client(user( wil make some changes inside the doc file) and then he will have to save the doc file back to the server. Is that possible with RadEditor?

Regards,
Eleni

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Sep 2009, 10:54 AM
Hi Eleni,

RadEditor is a standard HTML/XHTML editor and it does not offer the requested MS Word doc import and export functionality out-of-the box, because the browser does not support this type of formatting itself.

In order to implement your scenario you should use some third party tool to convert the Word content to HTML markup and load it in RadEditor via its Content server-side property. After that convert the produced in the editor content using this tool to doc format and save it.


You can search in Google for HTML2DOC and DOC2HTML converters.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Andreas Ladis
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or