I\'m, going to write a web app, which should be CRUD accessible from both, the web and native mobile device apps. For the latter i\'m definitely committed to a REST API. Is it p
If you are planning to develop a production application, then Meteor is not an option right now. Its under constant change, and there are still many common features it has to support before its ready to use, which will be quite some time.
For your Question, Somebody has already asked and answered the question about support for file uploading in meteor(also contains HTTP handing related information).
How would one handle a file upload with Meteor?