Insert Image problem

Greetings!

If the RTE is placed inside an EditForm and try to insert an image that is saved on the server via an api call then after selecting the image for upload the api call is not executed.

I am attaching a sample project to illustrate the issue. In the Home.razor the first RTE is standalone and works perfectly.  After we click in the insert image and select an image for  uploading then the file is uploaded successfully (see screenshot RTE1.png). The second is part of an EditForm. On the insert image popup after selecting the image to be uploaded, the image is not uploaded automatcally, the popup displays the message "Ready to upload" (see screenshot RTE2.png) and the Insert button is not working.

Is this behaviour a bug or am I missing something?

Best Regards,
Sotiris


Attachment: screenshots_b134fa69.rar

3 Replies 1 reply marked as answer

SO Sotiris October 4, 2024 10:25 AM UTC

I am attaching the sample project here.


Attachment: RteInsertImage_44f94c74.rar


YV Yaswin Vikhaash Rajaretenam Syncfusion Team October 15, 2024 06:06 AM UTC

Hi Sotiris,


We have considered the reported issue “The SaveUrl property is not functioning correctly within the Rich Text Editor inside an EditForm component" as a bug from our end and will be fixed in our October 22, 2024, patch release.

 

Now you can track the status of the reported issue through the feedback below,

https://www.syncfusion.com/feedback/62183/the-saveurl-property-is-not-functioning-correctly-within-the-rich-text-editor

 

Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”



BT Bhuvaneshwari Thirunavukarasu Syncfusion Team October 28, 2024 08:50 AM UTC

Hi Sotiris,

Query: The SaveUrl property is not functioning correctly within the Rich Text Editor inside an EditForm component
 We have included the fix for the issue "The SaveUrl property is not functioning correctly within the Rich Text Editor inside an EditForm component" with our package version 27.1.56. So, can you please upgrade your package to the latest to resolve the issue from your end?

Root cause: 
In the image dialog, the uploader template is designed to facilitate larger file uploads. However, please note that this template is only effective when the Save URL property is not configured. If the Save URL property is set, the uploader's status will remain in the "ready to upload" state, which will prevent further file upload actions.

Thanks,

Bhuvaneshwari T


Marked as answer
Loader.
Up arrow icon