to NodeJS?
                  
                  
                  I have an Ionic 3 app where I take a picture from camera and take the image in base64 and then send it to backend with a PUT request, but I'm getting:
                  
                  
                  PayloadTooLargeError: request entity too large
                  
                  
                  I researched that and found set express limit with body-parser, but it doesn't works.
                  
                  
                
use a multipart/form-data parser
Обсуждают сегодня