I want to make it so the user can load an image from their desktop into the game. Right now I can load the png file contents with the ajax object, but I don't know how to use it with the "Sprite - Load image from URL" since that seems to be the only way to change a sprite's image. I guess I would have to try to change it into base64 data but I don't know if that would be possible with png...
I guess it doesn't have to be a sprite, is there another object other than sprite that would work for loading images from the desktop?
Ashley's response in construct3.ideas.aha.io/ideas/C3-I-762 makes it sound like you can convert binary data to base64, could this be loaded by the sprite object as a data URI?