I have this format and I want to add the image in that format
My code is:
<div class="col-md-4">
    <li>
        <span class="product-thumb-info">
            <button class="btn" style="width:100%; color: white; background:#0088cc" onclick="document.getElementById('getFile').click()">Add Image</button>
            <input type='file' id="getFile" style="display:none">
            <img alt="" class="img-responsive" src="img/products/product-10.jpg">
        </span>
    </li>    
</div>
![[1]: https://i.stack.imgur.com/1lBRG.png](../../images/3839560854.webp)
 
     
    