I want to send a huge data(approx 5MB) from my Angularjs application to nodejs server, my node server is hosted in kube's cluster due to some reason we are unable to update the nginx configuration,
So is there any possibility that I can send my json data in chunk's or convert the JSON data object to a file and send as multipart http request ? Is this a good idea?