@patrick
Similar to what you did here:
Can you extend the parameter limit as well, or make one/both of these configurable?
From upload.js:
req.body = qs.parse(encoded, {
arrayLimit: 100,
parameterLimit: 10000
});
I’ve tested this and it fixes a large form post a client has, so I know this works.
From the repository:
Community Page
Last updated: