Image Upload

I currently have a rich text editor in my ASP.NET Core 2.0 application :

                    Html.EJ().RTEFor(model => model.Responses[0].Response, new { htmlAttributes = new { @id = "AppendixE", @class = "appendixT" } }).HtmlAttributes(attr).Width("100%").ToolsList(toolsList).Tools(tool => tool.Styles(style).Lists(lists).DoAction(doAction).Links(links).Images(images)).Render();

However, right now the only option is to specify an image from a URL. How can I allow users to upload an image from their local computer?

1 Reply

KR Keerthana Rajendran Syncfusion Team January 24, 2018 07:29 AM UTC

Hi Suzanna,       
   
Thank you for contacting Syncfusion support.   
   
We have an Image and File browser tool for inserting images in RTE. Please refer to the below given links   
   
   
   
Through image browser you can upload local images into file explorer using the upload icon as shown below   
   
    
   
From here you can insert the required images inside RTE.    
   
Currently, we have provided tag helper support for Image and File Browser properties in ASP.Net Core internally and this will be included in our upcoming Volume 1, 2018 release which will be rolled out by the month of February. We will let you know once it has been rolled out.   
   
   
Regards,   
Keerthana.   
 


Loader.
Up arrow icon