Definition:-
The extensions is accepted by the types of files while uploading in form tag.
Note: The accept tag can only be used with file extension.
Syntax:-
<input accept="file_extension|audio/*|video/*|image/*|media_type">
List:-
Attribute Values
Value | Description |
---|---|
file_extension | A file extension starting with the STOP character, e.g: .gif, .jpg, .png, .doc |
audio/* | All sound files are accepted |
video/* | All video files are accepted |
image/* | All image files are accepted |
media_type | A valid media type, with no parameters. Look at IANA Media Types for a complete list of standard media types |
No comments:
Post a Comment