Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

Missing Uploaded Files using cfs:filesystem #917

Open mngkvn opened 8 years ago

mngkvn commented 8 years ago

My upload works fine and I can verify my pictures on the my meteor project folder, also I can grab the images using the Collection I made. However, during my coding issues where the server gives me an issue during the build for example :

While processing files with ecmascript (for target web.browser): client/Forms/forms.js:87:116: client/Forms/forms.js: Unexpected token (87:116)

and later on when I fix it, I just noticed that all of the UPLOADED IMAGES (Literally) in my directory are missing but I can still grab the data saved to the Collection.

svidlak commented 8 years ago

Having the same issue here

mngkvn commented 8 years ago

You might want to read : https://forums.meteor.com/t/deprecating-collectionfs/16921/22

and might look for another file-upload api like : https://github.com/vsivsi/meteor-file-collection