Upload Data to Meteor / Mongo DB
问题 I have a Meteor app and would like to upload data (from csv) to a meteor collection. I have found: solutions (e.g. Collectionfs) which deal with file uploads methods for uploading directly to the underlying mongo db from the shell references to meteor router - but I am using the excellent iron-router, which does not appear to provide this functionality My requirement is that the app user be able to upload csv data to the app from within the app. I do not need to store the csv file anywhere