Add image blur data to images

System Information
  • Strapi Version: 4.0.4
  • Operating System: MacOS 12.0.1
  • Database: sqlite/postgres
  • Node Version: 16.13.1
  • NPM Version: 8.1.2
  • Yarn Version: 1.22.15

I am trying to replicate a customization I made to the Strapi Upload plugin that was working on Strapi v3, but since v4 launched, I haven’t been able to do it. Following Strapi’s docs it says to create a folder under extensions with the plugin name. The plugin in this case being “@strapi/plugin-upload”. I can’t create a folder with that name. How should I do it?

I made it work based on this article Oliver Butler from (found here Customization of Strapi upload plugin logic)

3 Likes