Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Extend the Rich Text Editor's drag-and-drop support to handle video files, similar to images. When a user drops a video file into the editor, it should automatically upload the file (via insertVideoSettings.saveUrl) and embed a <video> element at the drop location.
Current Behavior:
Images: Drag-and-drop supported with automatic upload and insertion.
Videos: Only supported via the Insert Video dialog, not drag-and-drop.
Requested Enhancement:
Add drag-and-drop support for video files with upload and automatic embedding.