<image id="output" width="300" height="170" />
<input type="file" name="name" accept="image/*" value="<?php echo
$row['image']; ?>">
In this, we will create an input type file where we will upload a profile image but we want to get the image name during the update section so can we get the image name in the input type file using the value tag?