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

Reactive file manager for Meteor

Results 100 Meteor-CollectionFS issues
Sort by recently updated
recently updated
newest added

I get the following error when trying to send images to the mongodb server. The mongodb server is version 4 and I am using latest cfs:gridfs 0.0.34 ERROR: Error: "Queue"...

cfs_base-package.js? Method '/cfs.imagess.filerecord/insert' not found [404]

Hi there I get the following error sporadically (mainly when my meteor app is running within Cordova on an Android device): Exception while parsing DDP Error: Custom EJSON type FS.File...

https://github.com/CollectionFS/Meteor-CollectionFS/blob/45f7288f9c9e4470e15f7ad927a634704064e4da/packages/tempstore/tempStore.js#L294 ``` tracker.update(selector, {$set: setObj}); var temp = tracker.findOne(selector); if (!temp) { FS.debug && console.log('NOT FOUND FROM TEMPSTORE => EXIT (REMOVED)'); return; } // Get updated chunkCount var chunkCount =...

As of today, Dropbox API v1 is no longer supported, thus, the cfs dropbox package needs to migrate the NPM dependency from 0.10.3 to 2.0.0 or higher (Dropbox API v2)....

pull-requests-encouraged
Team member encouraged
Community encouraged

The best packages are the ones maintained by those using it

I would like to Multi download on one button ``` {{#each files}} {{this.name}} Download {{/each}} Download All

Image upload works fine in local/dev environment but compiled/in production i receive this error when I try to upload an image: /bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/lib/mongodb/connection/base.js:246 throw message; ^ Error: Error storing uploaded file...