<form action=“upload_image.php” method=“post” enctype=“multipart/form-data”>
<label for=“image”>Select an image to upload:</label>
<input type=“file” name=“image” id=“image”>
<input type=“submit” value=“Upload Image” name=“submit”>
</form>
<form action=“upload_image.php” method=“post” enctype=“multipart/form-data”>
<label for=“image”>Select an image to upload:</label>
<input type=“file” name=“image” id=“image”>
<input type=“submit” value=“Upload Image” name=“submit”>
</form>