What are the security concerns of embedding Base64-encoded images into an HTML document?

We are developing an MVC web-application in Django and having concerns about image uploading.
First of all, here are our business requirements:

Our users can upload images (like profile pictures, etc).

Only authenticated users can upload… Continue reading What are the security concerns of embedding Base64-encoded images into an HTML document?