Enhancement: Allow modifying actual file name on image upload
J
Joyal James
Could you please provide a function to modify the file name itself when an image is uploaded from the CMS? so that we can use extend feature to change filename.
We noticed that there is already a generateFileName function available in strapi/packages/core/upload/server/src/services/image-manipulation.ts, but it only modifies the filename in the URL, not the actual stored file name.
It would be helpful if this could be considered as an enhancement request.