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

[Solved] Image inside the Editor

1 Answer 83 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 11 Dec 2009, 07:17 AM
Hi

   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

Sort by
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.


Kind 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
sabarishbabu
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or