How do I insert an uploaded image into an html < img > tag? Is it possible to create an < img > tag as placeholder for uploaded images?
I can select an image with "< input type="file" name="fileToUpload" id="fileToUpload" >" and after this i want to send that image to an img placeholder.
And is it possible to delete the uploaded image from the placeholder after the user closed the website?
Thanks a lot!