How would one handle a file upload with Meteor?

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

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

12条回答
  •  感情败类
    2020-12-07 08:28

    here is yet another solution:

    https://doctorllama.wordpress.com/2014/11/06/meteor-upload-package-with-jquery-file-upload/

    This one is using Blueimp's upload solution that supports chunked uploads, progress bars and more.

提交回复
热议问题