[details=“System Information”]
- Strapi Version: v4.14.5
- Operating System: macOS
- Database: postgressql
- Node Version: v18.13.0
- NPM Version: 8.19.3
- Yarn Version: 1.22.19
Hi Team,
I have a scenario where in I am uploading a image on digitalOcean using strapi-provider-upload-do via strapi now everything works fine but when I am getting that image to add it in img src on my frontend app the name of the image is coming as hashed like 1b533643cf2c0290b33a1e74ff128b4e.png and not the original filename(100p_Image.png) which I have uploaded it with.
I want the image url to be the exact original name what I have uploaded it in strapi if in case I want my image name to be unique I am already handling that scenario where in I have guaranteed a unique name for my image.
Any help on this would be appreciated.
Thanks