Reputation: 53
I'm trying to upload an image from React Admin on Strapi for a specific user I've gone through the documentation but it didn't help.
Upvotes: 0
Views: 298
Reputation: 4118
First you have to go in the Content Type Builder on the left menu.
Then you click on the User content type to edit it.
You add a new field that is a Media
type.
And you save your update
After that if you click on the User link in the left menu and that you try to add a new user you will be able to add an Image.
Upvotes: 1