Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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!

2
Votes

Description:

File manager control has provided support to get image by setting the getImageUrl request with a handler in FileManager ajaxSettings. Now we need to provide support to include the image selected using getImageUrl handler in file manager into the Rich Text Editor. Please check the sample below, where the image browsed using file manager will not properly render into the Editor.

 

sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/WebApplication2_(1)307478499

 

Procedure:

  • Run the sample
  • Now select an image using file browser and insert into RTE.
  • It will not properly render.