Overriding Service Methods in Strapi V4’s Upload Plugin

Sebastian Scholl
2 min readFeb 8, 2023
Photo by Sigmund on Unsplash

Strapi CMS is a popular, open-source headless CMS that provides a flexible and easy-to-use platform for building web applications. One of its core plugins is the upload provider, but the default implementation ships with some biased configurations that can lead to trouble.

In this article, I’ll show you a simple method for overriding the default formatFileInfo method…

--

--