Meteor-Community-Packages / Meteor-CollectionFS

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

Upload file server-side #868

Open NaderIkladious opened 8 years ago

NaderIkladious commented 8 years ago

Hello,

I want to upload the file not from the client-side, But from a Method server-side to add later deny rules.

When I pass the file from the client to the server to be inserted into the collection it becomes and empty object and it's logical as the Images is on the client.

The question is how to tackle this problem so that I can insert files server-side and handle rules for FS Collections.

Thanks in advance, Nader Ikladious.

NaderIkladious commented 8 years ago

@aldeed any help ?