You can upload images to sprite objects, and they will remain there until you close the game, so you don't need to worry about that.
If you want the images to be saved after closing the game, then you need to additionally save the image data to local storage and then load them from there.
I have already done a similar example, take a look.
github.com/igortyhon/c3example-SpriteFromURL-SaveLocalStorage