i have the doc file contains Images, tables etc..i want to copy the contents from document and paste it into the editor or upload the word document contains images and insert into editor...
I tried but images are not showing in the editor.
How can i do it ?
Thanks for any help
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 11 Dec 2009, 08:04 AM
Hi Sabarishbabu,
RadEditor is a web based ASP.NET control but not a desktop program such as MS Word, in which you can paste directly images from different locations and they will be embedded and saved in the document.
However, if you paste image file into a Web WYSIWYG editor from an external location such as your local hard drive or the clipboards, there is no way to automatically upload the image file to the server and therefore making this image accessible via the web and HTTP protocol.
The automatic file upload to the server is not possible with javascript code, because Javascript engine cannot access the local file system due to the security restrictions of the browser.
The only possible way to achieve your goal is to use ActiveX control or some other software, installed on the client, but the ActiveX components are forbidden by the corporate networks, require approval from the client for installation and work only under Internet Explorer.
Our components provide cross-browser support and that is why we do not plan to implement ActiveX controls.