vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

Insert and upload file server side #174

Open mfoksinski opened 5 years ago

mfoksinski commented 5 years ago

I am using the FileCollection with resumable and I have a case where I need insert and upload the file only on the server side.

This is clear for me how to do that on the client:

As resumable is not available on the server, how should this be done ?