System Information
- Strapi Version: 3.2.4
- Operating System: mac
- Database: mongo
- Node Version: 14
- NPM Version:
- Yarn Version:
let us. say I have restaurant content type in restaurant there is a menu component , menu component have media field called pdfFile
How my form-data request should look like
I tried something like this :
data: {“name”: " example"}
files.menu.pdfFile : FILE
it didn’t work
also
files.pdfFile
didn’t work