Meteor File Uploads

前端 未结 5 1773
[愿得一人]
[愿得一人] 2021-02-07 15:14

I see that this has been asked here before, but nothing since Meteor.http has been available. I\'m still grasping the concepts of Meteor and file uploads are totall

5条回答
  •  独厮守ぢ
    2021-02-07 15:51

    Checkout how to accomplish this using Meteor.Method on the server and the FileReader's api on the client

    https://gist.github.com/dariocravero/3922137

    After several searches, this looks to me the easiest (and for the moment the meteor's style way) to handle a file upload with no extra dependencies.

提交回复
热议问题