I don't use angular, but if you will post your code here, I'll help you.
Or you may ask at our Gitter
Thanks for your response. I have changed the client code for angular2. Now its working fine for me.
Is there any option to modify the collection schema as per our need. For example i need the below format,
{
"source" : "csv",
"metadata" : {
--all other fields goes here--
}
}
Read this article: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
And this issue: https://github.com/VeliovGroup/Meteor-Files/issues/77
Thanks. Let me try this
As per the document i have added schema and attached to default schema. But while uploading file its showing some error

A code example would help a lot. All I can say is that I've successfully added SimpleSchema in a similar case. This is a SimpleSchema exception anyway and may not belong to this lib.
Thanks @menelike for the help. Actually i have forgotten to extend the default schema.That was the issue. Now its working fine.
Most helpful comment
A code example would help a lot. All I can say is that I've successfully added
SimpleSchemain a similar case. This is aSimpleSchemaexception anyway and may not belong to this lib.