I am allowing the user to load images into a page via drag&drop and other methods. When an image is dropped, I’m using URL.createObjectURL to convert to an object...
I have a WebApi / MVC app for which I am developing an angular2 client (to replace MVC). I am having some troubles understanding how Angular saves a file....