How can we pass a CSV file using HTTP request methods from an angular application to a node application running on a server
问题 I have created a front-end application in angular, and using HTTP service methods to send request to a server (containing node.js code). At front-end, I have created a csv file which is saved in the same directory of the angular component. I want to send the file to the server (containing node.js code) using HTTP service methods. I have created following code: Code of client side (front-end side), developed in angular.js: uploadCSVFileOnServer(){ let file = new File([""], "./abc.csv")); let