How to respond server-side to routes using Meteor and Iron-Router?

后端 未结 4 1567
无人共我
无人共我 2021-01-27 04:34

I\'m sending a file from client-side to server side using XHR:

$(document).on(\'drop\', function(dropEvent) {
    dropEvent.preventDefault();
    _.each(dropEven         


        
4条回答
  •  不要未来只要你来
    2021-01-27 05:06

    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

提交回复
热议问题