There are two types of buttons available, each with a different purpose.
CLICK
Value | Defintion |
---|---|
audio/* | Indicates that sound files are accepted |
image/* | Indicates that image files are accepted |
video/* | Indicates that video files are accepted |
MIME type with no params | Indicates that files of the specified type are accepted |
string starting with U+002E FULL STOP character (.) (for example, .doc, .docx, .xml) | Indicates that files with the specified file extension are accepted |
CLICK