vsivsi/meteor-file-collection

Is there a way to call resumable.addFile()?

hashtaggigs opened this issue · 2 comments

I'm not sure I'm asking the right question, but Is there a way to call resumable.addFile() within your package? If so, how? I'd like to programmatically upload an image blob (server side). I'll take the needed precautions to make sure safe blobs are getting uploaded, I just want to find out if it is currently possible.

Never mind, I figured it out... NameOfCollection.resumable.addFile(blob). So simple.

Glad you figured it out. For future reference, this was already discussed in this issue as well: #36