vsivsi/meteor-file-collection

Insert and upload file server side

mfoksinski opened this issue · 0 comments

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:

  • on the fileAdded event insert the zero-length file to the collection
  • the do resumable.upload()

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