Uppy Transloadit playground

This page contains small examples for different ways you can use Uppy with Transloadit. Please see the Github repository for the source code.


Form

The form API allows you to easily send files through Transloadit’s encoding backend. When the user submits the form, any files are uploaded to Transloadit. The form data is then sent to your own backend, with additional data about the Transloadit Assemblies that were started.

leave a message


Form with inline Dashboard

You can also use the Dashboard UI inside a plain old HTML form.

leave a message


Inline Dashboard

The robodog.dashboard API allows you to embed a Dashboard at any location. Users can continuously upload files through this UI, so please make sure this fits your use case!


Dashboard Modal

This API is a one-shot upload UI using a modal overlay. Call the function and receive a listen to an event with upload results ✌️

uppy.upload()

An <input type=file> backed by uppy.upload():