Hey guys,
I'm having some issues figuring out how to implement something into my project.
Basically I'm trying to make people be able to upload an image into the project so they can use it to make 'a collage'.
(here's an early version of my project:
Is there any other possibility then the Base64 string to import images ?
Best thing i could come up with is uploading files in a php page & converting it to Base64, and then importing the Base64 into the project.
Any other ideas ?