Regarding the query. I successfully displayed a base-64 encoded image on the client side.
.even { background: #fff url(data:image/gif;base64,R0lGODlhBgASALMAAOfn5+rq6uvr6+zs7O7u7vHx8fPz8/b29vj4+P39/f///wAAAAAAAAAAAAAAAAAAACwAAAAABgASAAAIMAAVCBxIsKDBgwgTDkzAsKGAhxARSJx4oKJFAxgzFtjIkYDHjwNCigxAsiSAkygDAgA7) repeat-x bottom}
I am curious why there is not much information available about how to upload a base-64 encoded image to the server side. Can the image stream be sent to an MVC / Web Api Controller?