Search code examples
postmanstrapi

Strapi Upload file during entry creation


I tried to upload an image to Strapi using postman, but I got with the following message:

When using multipart/form-data you need to provide your data in a JSON 'data' field.

Solution

  • Found the solution by filling the postman form like this postman screenshot