media_type | A valid media type, with no parameters. Look at IANA Media Types for a complete list of standard media types |
Example:
HTML
<form action="/action_page.php">
<label for="img">Select image:</label>
<input type="file" id="img" name="img" accept="media_type">
<input type="submit">
</form>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |