CodeNewbie Community 🌱

Eineki
Eineki

Posted on

How do you recover a image just uploaded?

While I was answering to a post, I uploaded an image, previewed the result and hit the back button of my browser.

I lost all the editings already done, not a real issue, and the url of the uploaded image.

Is there any chance to recover it (in the meantime I uploaded it again)

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);