I'm having a 413 Request Entity Too Large in a request, because I send several URI Image base64 encoded, and that's a lot of characters.
Anyway, I can't find a way to extend this limit in SailJS. Apparently Sails use Skipper for the bodyParser, but I can't find anything in the skipper doc.
I guess it's in the http config file...
If someone can tell me how :) Thanks !
AFAIK it's configurable when you create controller that handle that uploads, like:
But they said it's currently still experimental. Look at this Skipper's Docs.