I am trying to create a simple app to upload CSV file using AngularJS.
Is it possible to upload a file into MongoDB using AngularJS?
答案 0 :(得分:0)
Do you have a server running with a API which communicates with your DB?
If not, no chance...
If yes, use a library like Papaparse to convert the csv file to a json object and send it via api to your mongoDB.