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

suport DDP-Client? #93

Open xuecat opened 8 years ago

xuecat commented 8 years ago

Could i upload the file by DDP-Client? And how? please!!!!

vsivsi commented 8 years ago

Hi, You can upload from any client. DDP is optionally used for authentication, but all transport of file data for both upload and download is done using HTTP. DDP performs very badly for moving file data.