I tested with latest version, but the problem remain. To solve it is necessary also add this code to …/strapi/config/middleware.js file:
parser: { enabled: true, multipart: true, formidable: { maxFileSize: 10737418240 } }
I tested with latest version, but the problem remain. To solve it is necessary also add this code to …/strapi/config/middleware.js file:
parser: { enabled: true, multipart: true, formidable: { maxFileSize: 10737418240 } }