Vaughn Iverson
Vaughn Iverson
Okay, a bit more work on this. It turns out that adding new fields to the gridFS file documents isn't so bad. MongoDB now even [says it's okay](http://docs.mongodb.org/manual/reference/gridfs/#the-files-collection): > Documents...
Just created a PR on Sortable to fix the above: https://github.com/RubaXa/Sortable/pull/477 Gawd I hope this is the last thing...
I really can't help without seeing code. Are you actually uploading the file data somehow? How? See also: https://github.com/vsivsi/meteor-file-collection/issues/144 There are also working sample apps, I suggest you examine how...
No action today on the above PR. Unfortunately the way the Sortable repo is structured, with the Meteor package implemented in a subdirectory, just using the package in development mode...
FYI, I just released v1.2.0 of `vsivsi:file-collection` on Atmosphere. It merges in the changes that were on the `local_update` branch. So as soon as Sortable acts on the PR I...
@AlexanderEden91 Yup, there's even [an open PR on collection-hooks](https://github.com/matb33/meteor-collection-hooks/pull/139) to fix their bug that is causing this issue... I'm officially finished with packages that monkey patch Meteor. So much so...
file-collection can **_only**_ use `ObjectID`s for `_id` values, because the [gridFS spec requires it](https://docs.mongodb.com/manual/core/gridfs/#the-files-collection). A file-collection would no longer be a conformant gridFS `.files` collection if the `_id` value is...
Hi, sorry it has taken me a couple of days to get to this... Q: What mechanism is used by Meteor itself to specify TLS/SSL parameters (e.g. `sslCA`) for the...
@oceddi Any thoughts on my comments above?
Hi, in the medium-term, I will be removing the separate file-collection mongodb driver/connection. That was only required in the first place because Meteor was using an antique version of the...