Hi,
i’m woking with STRAPI v3.0.4, if i try to upload e file greather then 209779528 bytes I have this error “strapi error Error: maxFileSize exceeded, received 209779528 bytes”.
I modified /…/strapi/config/middleware.js file in this way and after run “npm run build”, but it dosen’ work.
Could you help me?
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 } }