I want to allow the user to upload images on chrome extension example folder name (upload) and without submit button
<form action="/upload">
<input type="file" name="myimages" accept="image/*">
</form>
show images
<span class="AvGbtn" id="AvBgIds" style="background-image: url(Here i want to show upload images url
); background-size: 100% 100%;" oncontextmenu="return false">
</span>