Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
</body>
</html>