Modify upload provider with custom path

To modify the Upload model:

Copy file →
./node_modules/strapi-plugin-upload/models/File.settings.json
to:
./extensions/upload/models/File.settings.json and edit it here.

It will overwrite the original model of Upload plugin.

2 Likes