Uploading multiple images does not remove old ones

When I use the insert image option in the RTE and browse for an image, it uploads that to the saveUrl.

If I click "cancel", it triggers the `imageRemoving` event.

However, browsing for a different image while the dialog is open uploads the second selected image, but does not trigger the first image to be deleted. This can result in unused images remaining on the server.


8 Replies

VY Vinothkumar Yuvaraj Syncfusion Team August 8, 2024 01:14 PM UTC

Hi Chris Hembrow,


We have validated the issue and planned to disable the browse button once the selected image uploaded successfully in the insert image dialog. If you want to select a different image, then you need to delete the previous image, which will trigger the imageRemoving event and then the browser button will get enabled.

 

We have logged a bug for the use case "Need to disable the browse button in insert image popup after uploading an image in RichTextEditor" and the fix for the issue will be included with our upcoming patch release on mid of August, 2024

 

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

https://www.syncfusion.com/feedback/59444/need-to-disable-the-browse-button-in-insert-image-popup-after-uploading-an-image

 

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.”


Regards,

Vinothkumar




DP Dhanesh Priya Sankar Syncfusion Team August 16, 2024 12:42 PM UTC

Query: Need to disable the browse button in insert image popup after uploading an image in RichTextEditor

 

​Feedback: https://www.syncfusion.com/feedback/59444/

 

We have included the fix for the issue "Need to disable the browse button in insert image popup after uploading an image in RichTextEditor" with our package version 26.2.9. So, can you please upgrade your package to the latest to resolve the issue from your end?

 

Sample:  https://stackblitz.com/edit/angular-mguyru-tqx1bt?file=src%2Fapp.component.ts,package.json

 



CH Chris H August 19, 2024 09:47 AM UTC

Hello. This is not fixed in 26.2.9. According to here it is scheduled for v26.3. 



GD Gokulraj Devarajan Syncfusion Team August 23, 2024 07:56 AM UTC

We have slightly altered the expected behavior since the bug was identified. Disabling the browse button is not ideal as it prevents updating the image. Therefore, we have removed the previously stored image on the server after the new image is uploaded successfully.


Query: Remove the previous image on the server when the new image is uploaded into the Rich Text Editor.


Feedback: https://www.syncfusion.com/feedback/59444/


We have included the fix for the issue "Remove the previous image on the server when the new image is uploaded into the Rich Text Editor." with our package version 26.2.9. So, can you please upgrade your package to the latest to resolve the issue from your end?


Sample: https://stackblitz.com/edit/angular-mguyru-tqx1bt?file=src%2Fapp.component.ts,package.json 



CH Chris H August 23, 2024 10:32 AM UTC

Hello. This is not working correctly. I can see it calling the 'removeUrl' in your sample, but you are not triggering the 'imageRemoving' event, so it is not possible to add credentials (e.g. by setting "args.currentRequest['withCredentials'] = true;"), so the POST fails if you need authentication.

This can be seen in your example, where the POST to `DeleteFile` is called, but 'removed image' is not logged.

Also, this is further failing in my local instance because the code makes an initial GET before attempting to delete the image, but this GET fails because it is unauthenticated, so the delete call never triggers. 



SS Selvakumar Subramani Syncfusion Team August 29, 2024 07:31 AM UTC

Hi Chris H

We apologize for the confusion earlier, initially informed you that the issue was resolved in version 26.2.9. However, upon further review, we found that it was actually fixed in version 26.2.11. We appreciate your understanding.
For your reference attached the sample below,
Client side sample:


CH Chris H August 29, 2024 08:15 AM UTC

Thank you, everything appears to be working as expected under 26.2.11



SS Selvakumar Subramani Syncfusion Team August 29, 2024 11:21 AM UTC

Hi Chris H

Thanks for the update. Please get back to us if you need any further assistance.

 


Loader.
Up arrow icon