How to upload pictures with Strapi and create a relation between custom content types and users?
I’m working on a project using Strapi as the backend CMS, and I have three main collections: User (used for authentication), Table1 (which contains a lot of fields and is associated with user actions), and Table2 (used to store pictures). My objectives are to upload pictures to Table2 and create a relation between Table1 and User.