This is trivial, but was awfully hard to find via Google Search. Eventually had to give up and actually think about it. :-) So, a data-URI looks something like the following: data:image/png;base64,[and a stream of base64 characters here] The part after the comma is literally the contents of the file (image or whatever), encoded in […]