I am new to Meteor and I want to know how we can ask the user to upload his image while creating an account? I am using basic Meteor accounts
for creating user accounts. I want user to be able to upload his image and also be able to show it when he logs in and on the landing page for my website(i.e even when the user is not logged in!).
I need pointers on the same.
Is there any extra package that helps doing this. A tutorial or a code snippet will help a lot.
Regards.