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