vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

two files created in the collection one is zero #106

Closed shalaby closed 8 years ago

shalaby commented 8 years ago

Hello, Thanks @vsivsi , this library is awesome, my problem is for every file I upload two files created in the collection one of them is zero :

robomongo 0 9 0-rc7 robomongo today at 10 57 06 pm
vsivsi commented 8 years ago

I can't help unless you provide a minimal reproduction case, preferably in the form of a github repo containing a meteor app that clearly demonstrates the problem you are having.

This is almost certainly a bug in your code someplace, and I'm happy to help, but I need to see your code for that to happen.

shalaby commented 8 years ago

Thanks @vsivsi for your quick response, I appreciate this 👍 https://github.com/shalaby/fs-collection-test

vsivsi commented 8 years ago

Hi, I just got around to trying this out, but I can't get your app to start correctly. Since you didn't add any instructions, I just tried:

git clone https://github.com/shalaby/fs-collection-test.git
cd fs-collection-test
meteor

This is what I get in return: screen shot 2016-05-02 at 2 10 42 pm

I'm sorry, but I don't have the time to spend effort just to get your app to start correctly. As I said, I'm happy to try to help, but you need to provide a truly minimal reproduction case: the minimum amount of code that illustrates the problem. Thanks.

shalaby commented 8 years ago

@vsivsi I am really grateful for you and I am truly sorry for wasting your time, the project I am working on is using Angular2, anyway I am closing this issue because I solved it, it was my mistake, but it made me know that you are a very supportive, and cooperative and that's good to know 👍