Drag and drop images feature allows the user to drag a file directly from web or the Desktop into editor without the use of file dialog.
Drag the image above or from Desktop to insert them into the editor.
<link rel="stylesheet" href="/richtexteditor/rte_theme_default.css" />
<script type="text/javascript" src="/richtexteditor/rte.js"></script>
<script type="text/javascript" src='/richtexteditor/plugins/all_plugins.js'></script>
<div id="div_editor1">
<p>Drag the image above or from Desktop to insert them into the editor.</p>
<p>
</div>
<script>
var editor1 = new RichTextEditor("#div_editor1");
</script>