1st image is displaying but after uploading 2nd not displaying – Html
I want to upload images in a list using input file and display it. My code displays the 1st upload but after the 2nd upload it doesn't display. function DisImg() { const [file, setFile] = useState([]); function handleChange(e) { let…