How can I tell upload plugin to stop generating the thumbnail image?

System Information
  • Strapi Version: 3.4.0
  • Database: PostgresDB

I’d like not to generate the thumbnail image duplicate.

I tried to overwrite this file and I commented the code that generates this thumbnail then I placed this file like this => “my-app/extensions/strapi-plugin-upload/admin/services/Upload.js”

But then it still uploads a thumbnail format. What am I doing wrong?

You have a wrong path. The correct path is:
my-app/extensions/upload/services/Upload.js

Plugins in extensions should not be prefixed with strapi-plugin-

1 Like

so how can I stop thumbnail service?

I cant find any option to deal with it

thank you!

1 Like

What is the code for the Upload.js file to stop the upload functionality from uploading multiple optimizations of the same image.