How to preview a loaded image in a "file" input?

0

Through an input, I would like to load an image on the same page and with the properties in the settings below. In this case, the image would appear over the input for the client to preview it.

<img src="" alt="" width="340" height="230" style="border-radius: 10px; 
    border-color: black;" border="2px"/>

<input id="filebutton" name="filebutton" type="file">
    
asked by anonymous 25.01.2018 / 04:06

0 answers