Meteor-Files
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.
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...
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...
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...