I\'m uploading files using multer on my server and while uploading using limits: { fileSize: 3000000 } I\'m restricting the file size up to 3MB. Now the problem
limits: { fileSize: 3000000 }