Meteor-CollectionFS
Meteor-CollectionFS copied to clipboard
Reactive file manager for Meteor
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 =...
give me the video please
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)....
The best packages are the ones maintained by those using it
Update mongodb to 2.2.33
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...