1
Good afternoon everyone, I am creating a registration screen and I have a question regarding <input type="file">
(This file will be 100% of the cases an image, without validation). I would like to register and pass the same to another screen, using only JS, but I don’t quite understand how I can save this image in a JSON, since I could only do this if it was a URL (right? ). Does anyone have any hint of what I can do?
Related https://answall.com/questions/338010, it may even be what you want
– Costamilam