Uploading through the REST api, image should go into the "API Uploads" folder
opike opened this issue · 1 comments
opike commented
Just configured the plugin and uploading through the dashboard works great.
However according to this documentation:
https://docs.strapi.io/dev-docs/plugins/upload#upload-files
a file uploaded through the REST API, when not specifiying a specific entry, should go into the "API Uploads" folder. However even though the API call completes with a 200 response code, the image file is not showing up in the admin GUI.
Lith commented
Hi @opike
Read older closed thread, like this : #134 (comment)
You will find solution to use REST API and upload file to custom folder.
Thanks,