What would be the canonical way to handle a file upload with Meteor?
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.