MUX Video Uploader

Allow your users to upload content directly to Mux.

Plugin Elementsโ€™ Properties

Image without caption
**Title **
Description
Type
Upload url
Direct upload URL that will receive the video file you're uploading. Use Api call "Mux Create a new direct upload URL" to get the URL.
String
Font color
Color of the text inside the upload button.
Color
Background
Background of the upload button.
Color
Active background
Color of the background while dragging the file onto the element
Color

Element Actions

  1. Reset - clean element and state.

Exposed states

Name
Description
Type
Progress
Upload precents.
Number

Element Events

Name
Description
Upload start
Triggered when the upload begins.
Chunk attempt
Triggered immediately before a chunk upload is attempted.
Chunk success
Triggered when an individual chunk is successfully uploaded.
Upload error
Triggered when an error occurs in the chunked upload process.
Progress
Triggered continuously with incremental upload progress.
Success
Triggered when the entire file has successfully completed uploading.