So, basically, I need to upload a single image, save it to localStorage, then display it on the next page.
Currently, I have my HTML file upload:
<
I have come up with the same issue, instead of storing images, that eventually overflow the local storage, you can just store the path to the image. something like:
let imagen = ev.target.getAttribute('src'); arrayImagenes.push(imagen);