Upload a file (.csv) to MongoDB using AngularJS?

时间:2015-11-12 11:52:10

标签: angularjs mongodb

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?

1 个答案:

答案 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.