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

[Solved] embed image

1 Answer 124 Views
Editor
This is a migrated thread and some comments may be shown as answers.
abouzar
Top achievements
Rank 1
abouzar asked on 10 Nov 2009, 08:45 AM
Hello
I want to add image in rad editor like Gmail .
in gmail user add image into editor ,editor first of all upload image file in google server then show image to user by tag img when
user click send email ,image in editor embed in email .
how can i do that?
thanks a lot.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Nov 2009, 04:08 PM
Hi abouzar,

Could you please clarify whether you are talking about Gmail or Google Wave? Google Wave uses the Google Gears feature which allows to drag and upload images from the desktop to the web server via browser without user interaction.

Please, note that this technology is similar to the ActiveX and Java Applets and it requires installation on the client computer.

RadEditor is 100% DHTML editor and it does not use any other technologies that require installation on the clients' machines. It is not possible to upload an image or another file with JavaScript only due to browser security restrictions. The only possible way to upload a file in a pure web environment is via the <input type="file" /> element. RadUpload used in the File browser dialogs of RadEditor is based on it.

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