Open pkpowell opened 9 years ago
You're mixing up projects. This is file-collection, You seem to be trying to use CollectionFS. Two completely different incompatible packages.
Ah crap. For some reason I thought CollectionFS was somehow involved. No chance of creating thumbs with meteor-file-collection then?
Sure, See the photo gallery sample app: https://github.com/vsivsi/meteor-file-job-sample-app
Not sure if this is related but out of curiosity, is it possible to store multiple image sizes?
You can store anything you want. Just use the metadata to keep track of what is what.
Is there a way to create thumbs?
I have tried this:
but am unsure what's supposed to happen next. Images still end up in 'fs.files', 'fs.chunks' etc.
Cheers Phil