collectionfs Questions
1
I'm trying to figure how to take an Image (a file using CollectionFS) and insert the Image's Id into my Items imageId field:
lib/collections/items.js
Items = new Mongo.Collection("items");
Ite...
Array asked 25/1, 2016 at 1:17
2
Solved
I am trying to do some image manipulation via gm in collectionFS, because I need to read a stream and write it back to the same file, I have to use a temp-file - like shown below.
I want to check ...
Salim asked 26/11, 2015 at 11:17
1
Solved
I'm using Meteor-CollectionFS and GraphicsMagick 1.3.22 to resize an image uploaded to Amazon S3. The image does not resize, it just appears in S3 full-sized. I also tried putting the resized image...
Intolerant asked 30/10, 2015 at 1:17
1
Solved
I'm trying to insert an image into a pdf I'm creating server-side with PDFkit. I'm using cfs:dropbox to store my files. Before when I was using cvs:filesystem, it was easy to add the images to my p...
Kare asked 23/6, 2015 at 0:3
1
I am working on one Meteor App where I am using CollectionFS to upload Files.
I am able to upload and generate thumbnails for Images.
But my Issue is : How should I create thumbnails for Videos?
...
Prairial asked 27/8, 2015 at 9:8
1
© 2022 - 2024 — McMap. All rights reserved.