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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.