I\'m sending a file from client-side to server side using XHR:
$(document).on(\'drop\', function(dropEvent) { dropEvent.preventDefault(); _.each(dropEven
The same people who brought you iron-router also have meteor-file which will do the file transfer for you, or you can use as an example for your own implementation