Meteor-Files icon indicating copy to clipboard operation
Meteor-Files copied to clipboard

šŸš€ Upload files via DDP or HTTP to ā˜„ļø Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.

Results 45 Meteor-Files issues
Sort by recently updated
recently updated
newest added

I have converted my gridfs from vsivsi:FileCollection format to ostrio:FilesCollection format, but I have a suggestion: One of the nice features of vsivsi:FileCollection was a HTML get() method for file...

question
.serve()

Hi, I’m using ostrio:files in a Meteor project and ran into a limitation regarding `storagePath()`. ### Current behavior `storagePath()` is called synchronously, which makes it impossible to compute the value...

Hi, I’m using ostrio:files in a Meteor project and ran into a limitation regarding `storagePath()`. ### Current behavior `storagePath()` is called synchronously, which makes it impossible to compute the value...

I am currently rebuilding our internal logging and found that when I want additional info via the "debug" flag then I can only pass a boolean to the constructor (according...

enhancement

Implements #906 by allowing `debug` to be a `boolean` or `function` type. - if boolean is passed, logging is either off or done to console (non-breaking default) - if a...

enhancement