Replace the image using the replace function defined inside @strapi/plugin-upload/server/services/upload.js does not save the newly uploaded image in the same folder. The issue is the arguments provided to the enhanceAndValidateFile accepts only two, missing meta argument. This replace function replaces the image uploaded to the path '/'. However, when images are defined in the specific folder, this replace function delete the image inside it and uploaded to the path '/', even I defined folder key with folder id.