Edit This Code:
<!DOCTYPE html>
<html>
<body>

<form action="action_page.php">
  Select images: <input type="file" name="img" multiple>
  <input type="submit">
</form>

<p>Try selecting more than one file when browsing for files.</p>

<p><strong>Note:</strong> The multiple attribute of the input tag is not supported in Internet Explorer 9 and earlier versions.</p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy