Video attachment
Last updated
This component represents an attachment to a form which has to contain a video. The video is displayed by the component when attached.

By default the component accepts video/* mediatypes.
If an upload-mediatypes custom constraint is present and not blank, it is used applied to the enclosed upload control. If missing, the default is video/*.
This component dispatches the following events following the enclosed upload control:
xxforms-upload-start
xxforms-upload-cancel
xxforms-upload-done
xxforms-upload-error
Last updated