Right now I use Gravatar for user avatars on my website.
I want to let users upload images to use as avatars from my website to gravatar so they don't have to visit gravatar if they choose not to, and I don't have to support multiple avatar methods. I don't know how to accomplish this in ASP.NET MVC.
In Ruby on Rails they made it easy; you just install a plugin. But in ASP you write the whole code yourself.
- What do I need to know to get started?
- Is there a Gravatar API for this?
- Is there an ASP plugin with this feature?
- Is there an easy way to convert Ruby code to ASP?