How would one handle a file upload with Meteor?

后端 未结 12 1434
不知归路
不知归路 2020-12-07 07:56

What would be the canonical way to handle a file upload with Meteor?

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 08:02

    There currently doesn't seem to be a way to interact with the HTTP server or do anything related to HTTP.

    The only things you can do is talk to server over the RPC methods exposed by Meteor.methods or talk to mongoDB directly over the mongoDB API exposed.

提交回复
热议问题